From bfdc6529a0216c1d3f203160794e0822a9ee49a3 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 7 Mar 2018 13:24:57 -0500 Subject: [PATCH] One more --- 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 afdd75fa..6ee5337e 100755 --- a/test/run-and-email.sh +++ b/test/run-and-email.sh @@ -27,9 +27,9 @@ for VERSION in $PYVERSION ; do rc=1 else echo Python Versoin $(pyenv local) >> $LOGFILE - echo "" >> $LOGFILE + echo "" > $LOGFILE typeset -i ALL_FILES_STARTTIME=$(date +%s) - python ./test_pyenvlib.py --max ${MAX_TESTS} --weak-verify --$VERSION >$LOGFILE 2>&1 + python ./test_pyenvlib.py --max ${MAX_TESTS} --weak-verify --$VERSION >>$LOGFILE 2>&1 rc=$? echo Python Version $(pyenv local) >> $LOGFILE