Change runtests.sh default to stop on 1st error

This commit is contained in:
rocky
2020-01-22 14:49:51 -05:00
parent 018583069b
commit c1cde68da8

View File

@@ -39,7 +39,7 @@ for VERSION in $PYVERSIONS ; do
if ! pyenv local $VERSION ; then
rc=1
else
STOP_ONERROR=0 /bin/bash $DEBUG ./runtests.sh >$LOGFILE 2>&1
STOP_ONERROR=1 /bin/bash $DEBUG ./runtests.sh >$LOGFILE 2>&1
rc=$?
fi
SUBJECT_PREFIX="runtests verify for"