diff --git a/tests/integration/targets/connection_docker/runme.sh b/tests/integration/targets/connection_docker/runme.sh index 9b6a93d4..de9233af 100755 --- a/tests/integration/targets/connection_docker/runme.sh +++ b/tests/integration/targets/connection_docker/runme.sh @@ -32,7 +32,6 @@ cleanup() { echo "Shutdown" ANSIBLE_ROLES_PATH=.. ansible-playbook shutdown.yml echo "Done" - exit 0 } trap cleanup INT TERM EXIT diff --git a/tests/integration/targets/connection_docker_api/runme.sh b/tests/integration/targets/connection_docker_api/runme.sh index 8e486ac9..a21bcc09 100755 --- a/tests/integration/targets/connection_docker_api/runme.sh +++ b/tests/integration/targets/connection_docker_api/runme.sh @@ -32,7 +32,6 @@ cleanup() { echo "Shutdown" ANSIBLE_ROLES_PATH=.. ansible-playbook shutdown.yml echo "Done" - exit 0 } trap cleanup INT TERM EXIT diff --git a/tests/integration/targets/connection_nsenter/runme.sh b/tests/integration/targets/connection_nsenter/runme.sh index 5e7aa2a9..e2f19542 100755 --- a/tests/integration/targets/connection_nsenter/runme.sh +++ b/tests/integration/targets/connection_nsenter/runme.sh @@ -31,7 +31,6 @@ cleanup() { echo "Shutdown" ANSIBLE_ROLES_PATH=.. ansible-playbook shutdown.yml echo "Done" - exit 0 } envs=(--env "HOME=${HOME:-}")