Remove exit code from traps in tests

Having the trap exit with a specific code will override
the exit code that caused the trap to run, which could
mask errors
pull/72970/head
Sam Doran 5 years ago committed by Matt Clay
parent 3a18ef7159
commit 5157a92139

@ -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