mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
another var 'defaulted' in run_tests
This commit is contained in:
parent
d72a03deae
commit
47d58c30e4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ else
|
||||||
docker exec -ti $(cat /tmp/cid_${TARGET}) /bin/sh -c "export TEST_FLAGS='${TEST_FLAGS:-''}'; cd /root/ansible; . hacking/env-setup; (cd test/integration; LC_ALL=en_US.utf-8 make)"
|
docker exec -ti $(cat /tmp/cid_${TARGET}) /bin/sh -c "export TEST_FLAGS='${TEST_FLAGS:-''}'; cd /root/ansible; . hacking/env-setup; (cd test/integration; LC_ALL=en_US.utf-8 make)"
|
||||||
docker kill $(cat /tmp/cid_${TARGET})
|
docker kill $(cat /tmp/cid_${TARGET})
|
||||||
|
|
||||||
if [ "X${TESTS_KEEP_CONTAINER}" = "X" ]; then
|
if [ "X${TESTS_KEEP_CONTAINER:-''}" = "X" ]; then
|
||||||
docker rm -vf "${C_NAME}"
|
docker rm -vf "${C_NAME}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue