Only run integration script if it exists.
This commit is contained in:
parent
09e955ccfc
commit
6b166a76c4
1 changed files with 4 additions and 1 deletions
|
@ -49,4 +49,7 @@ pip list
|
||||||
source hacking/env-setup
|
source hacking/env-setup
|
||||||
|
|
||||||
test/utils/shippable/modules/generate-tests "${this_module_group}" --verbose --output /tmp/integration.sh >/dev/null
|
test/utils/shippable/modules/generate-tests "${this_module_group}" --verbose --output /tmp/integration.sh >/dev/null
|
||||||
|
|
||||||
|
if [ -f /tmp/integration.sh ]; then
|
||||||
/bin/bash -eux /tmp/integration.sh
|
/bin/bash -eux /tmp/integration.sh
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue