Merge "Ensure return code passes through output trimming"
This commit is contained in:
commit
db5c987e2b
@ -77,7 +77,9 @@ if [ "${RUN_PLAYBOOKS}" == "yes" ]; then
|
||||
print
|
||||
}
|
||||
"
|
||||
set -o pipefail
|
||||
bash $(dirname ${0})/run-playbooks.sh | awk "${strip_debug}"
|
||||
set +o pipefail
|
||||
fi
|
||||
|
||||
# Run the tempest tests if required
|
||||
|
Loading…
Reference in New Issue
Block a user