You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Change runtests.sh default to stop on 1st error
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user