Explicitly trap on ERR
Change-Id: Ie4b9a281bf7dfe6b4ab05a03e8bf016619105953
This commit is contained in:
parent
d6a11691f8
commit
b31bc66726
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user