diff --git a/Tests/runtests.sh b/Tests/runtests.sh index f857025..7230c6e 100755 --- a/Tests/runtests.sh +++ b/Tests/runtests.sh @@ -11,7 +11,8 @@ set -e plat_specifier=`$PYTHON -c 'import sys,distutils.util; \ print(distutils.util.get_platform()+"-"+sys.version[0:3])'` failed= -for test in t_*.py; do +for test in t_*.py +do echo "$test:" PYTHONPATH="../build/lib.$plat_specifier" $PYTHON "$test" "$@" || failed="$failed $test"