Update call to generate-tests.
This commit is contained in:
parent
d4e3899710
commit
ce6d82e007
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue