Readd errexit to test script
This commit is contained in:
parent
dcda7b5748
commit
3a4914fa5e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue