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