From d7a6ba7fc36da9191ce0b96f2e8cf34cba317124 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 21:10:08 +0100 Subject: [PATCH] Don't mask return value. (#299) (#300) (cherry picked from commit 078afc9769c8a16e93996b65e9b0eb2e5095a6d6) Co-authored-by: Felix Fontein --- tests/integration/targets/connection_docker/runme.sh | 1 - tests/integration/targets/connection_docker_api/runme.sh | 1 - tests/integration/targets/connection_nsenter/runme.sh | 1 - 3 files changed, 3 deletions(-) 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:-}")