From c1cde68da8c437b3f1f2da8464ec6bf8fb2c1d4b Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 22 Jan 2020 14:49:51 -0500 Subject: [PATCH] Change runtests.sh default to stop on 1st error --- test/stdlib/run-and-email.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stdlib/run-and-email.sh b/test/stdlib/run-and-email.sh index 21aa6fac..6053044a 100755 --- a/test/stdlib/run-and-email.sh +++ b/test/stdlib/run-and-email.sh @@ -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"