From 19f2e1277babc0194ef7cd123bf3507bbfe12bb8 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 7 Mar 2018 13:06:27 -0500 Subject: [PATCH] Another run-and-email shell tweak --- test/run-and-email.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run-and-email.sh b/test/run-and-email.sh index dd261304..a1e6b3ff 100755 --- a/test/run-and-email.sh +++ b/test/run-and-email.sh @@ -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=$?