Update call to generate-tests.

pull/18777/head
Matt Clay 8 years ago
parent b2337a7ef7
commit 0de2d14bac

@ -48,4 +48,8 @@ pip list
source hacking/env-setup
test/utils/shippable/modules/generate-tests "${this_module_group}" --verbose | /bin/bash -eux
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
fi

Loading…
Cancel
Save