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
This commit is contained in:
parent
3a18ef7159
commit
5157a92139
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ cleanup() {
|
|||
echo "Cleanup"
|
||||
ansible-playbook playbooks/swarm_cleanup.yml
|
||||
echo "Done"
|
||||
exit 0
|
||||
}
|
||||
|
||||
trap cleanup INT TERM EXIT
|
||||
|
|
Loading…
Reference in a new issue