Merge "Explicitly trap on ERR"

This commit is contained in:
Zuul 2021-09-21 11:15:26 +00:00 committed by Gerrit Code Review
commit 3cb30372ca
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ on_exit() {
$SCRIPT_HOME/collect-test-info.sh
}
trap on_exit EXIT
trap on_exit ERR
# Change working directory
cd $BIFROST_HOME/playbooks