Revert "Revert "[run-test.sh] echo selected python interpreter version""
This reverts commit 551f9506b308697bea8d2c5597e1a853fac151f6. Nice thing to have
This commit is contained in:
parent
41dcb5a2cc
commit
587c0cd142
@ -9,6 +9,9 @@ elif test "x$1" = x-2; then
|
|||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
test "x$PYTHON" = x && PYTHON=python
|
test "x$PYTHON" = x && PYTHON=python
|
||||||
|
echo "$(which $PYTHON) --version"
|
||||||
|
$PYTHON --version 2>&1
|
||||||
|
echo
|
||||||
|
|
||||||
# Setup environment
|
# Setup environment
|
||||||
DIR=`dirname "$0"`
|
DIR=`dirname "$0"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user