[stable-2.10] Remove exit code from traps in tests (#72968)

Having the trap exit with a specific code will override
the exit code that caused the trap to run, which could
mask errors
(cherry picked from commit 5157a92139)

Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/73177/head
Sam Doran 4 years ago committed by GitHub
parent c5248f756c
commit 31ef9dffa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,6 @@ cleanup() {
echo "Cleanup"
ansible-playbook playbooks/swarm_cleanup.yml
echo "Done"
exit 0
}
trap cleanup INT TERM EXIT

Loading…
Cancel
Save