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

This reverts commit 8135df3fe9afc7eca6f9c75fbd271aec9ff24213.
This commit is contained in:
Cosimo Lupo 2015-08-20 01:26:37 +01:00
parent ecba74224a
commit 551f9506b3

View File

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