Readd errexit to test script

This commit is contained in:
2023-08-18 10:33:59 -04:00
parent 790e9becc0
commit ea3f68442c

View File

@ -21,6 +21,8 @@ _pvc() {
time_start=$(date +%s) time_start=$(date +%s)
set -o errexit
pushd $( git rev-parse --show-toplevel ) &>/dev/null pushd $( git rev-parse --show-toplevel ) &>/dev/null
# Cluster tests # Cluster tests