another var 'defaulted' in run_tests

(cherry picked from commit 47d58c30e4)
This commit is contained in:
Brian Coca 2016-05-03 11:24:55 -04:00 committed by Matt Clay
parent 77dc6a36fd
commit 6c80be47a2

View file

@ -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 kill $(cat /tmp/cid_${TARGET})
if [ "X${TESTS_KEEP_CONTAINER}" = "X" ]; then
if [ "X${TESTS_KEEP_CONTAINER:-''}" = "X" ]; then
docker rm -vf "${C_NAME}"
fi
fi