Only run integration script if it exists.

reviewable/pr18780/r1
Matt Clay 8 years ago
parent 09e955ccfc
commit 6b166a76c4

@ -49,4 +49,7 @@ pip list
source hacking/env-setup
test/utils/shippable/modules/generate-tests "${this_module_group}" --verbose --output /tmp/integration.sh >/dev/null
/bin/bash -eux /tmp/integration.sh
if [ -f /tmp/integration.sh ]; then
/bin/bash -eux /tmp/integration.sh
fi

Loading…
Cancel
Save