mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update call to generate-tests.
This commit is contained in:
parent
b2337a7ef7
commit
0de2d14bac
1 changed files with 5 additions and 1 deletions
|
@ -48,4 +48,8 @@ pip list
|
||||||
|
|
||||||
source hacking/env-setup
|
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