Revert "Revert "[run-test.sh] echo selected python interpreter version""

This reverts commit 551f9506b308697bea8d2c5597e1a853fac151f6.

Nice thing to have
This commit is contained in:
Behdad Esfahbod 2015-08-20 11:34:53 +01:00
parent 41dcb5a2cc
commit 587c0cd142

View File

@ -9,6 +9,9 @@ elif test "x$1" = x-2; then
shift
fi
test "x$PYTHON" = x && PYTHON=python
echo "$(which $PYTHON) --version"
$PYTHON --version 2>&1
echo
# Setup environment
DIR=`dirname "$0"`