From 422bdd968daad001c3cd39d06d2321ba54f635e3 Mon Sep 17 00:00:00 2001 From: "Jauhien Piatlicki (jauhien)" Date: Mon, 16 Sep 2013 00:46:28 +0200 Subject: scripts/all_pythons.sh: show python version --- scripts/all_pythons.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh index 136239c..a31dbea 100755 --- a/scripts/all_pythons.sh +++ b/scripts/all_pythons.sh @@ -4,5 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" for VER in 2.7 3.2 3.3 #2.6 to be added later do + echo + echo "testing python${VER}" python${VER} ${DIR}/run_tests.py done -- cgit v1.2.3-65-gdbad