From 06bbacef458a437ec09ceaae1eea0eb0a794f9ac Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 7 Mar 2018 13:27:20 -0500 Subject: [PATCH] And another --- test/run-and-email.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run-and-email.sh b/test/run-and-email.sh index 6ee5337e..7bfcfdb9 100755 --- a/test/run-and-email.sh +++ b/test/run-and-email.sh @@ -26,8 +26,8 @@ for VERSION in $PYVERSION ; do if ! pyenv local $VERSION ; then rc=1 else - echo Python Versoin $(pyenv local) >> $LOGFILE - echo "" > $LOGFILE + echo Python Version $(pyenv local) > $LOGFILE + echo "" >> $LOGFILE typeset -i ALL_FILES_STARTTIME=$(date +%s) python ./test_pyenvlib.py --max ${MAX_TESTS} --weak-verify --$VERSION >>$LOGFILE 2>&1 rc=$?