Another run-and-email shell tweak

This commit is contained in:
rocky 2018-03-07 13:06:27 -05:00
parent 6290311143
commit 19f2e1277b

View File

@ -26,6 +26,8 @@ for VERSION in $PYVERSION ; do
if ! pyenv local $VERSION ; then
rc=1
else
echo $(pyenv local)
echo ""
typeset -i ALL_FILES_STARTTIME=$(date +%s)
python ./test_pyenvlib.py --max ${MAX_TESTS} --weak-verify --$VERSION >$LOGFILE 2>&1
rc=$?