Skip to content

Commit f7fa4cb

Browse files
committed
show python version in test progress messages
1 parent 38ea4a9 commit f7fa4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test-loop:
9292
for test_script in $(wildcard tests/test*.sh) ; do \
9393
echo ; \
9494
echo '********************************************************************************' ; \
95-
echo "Running $$test_script with $(TEST_SHELL) under Python $$py_ver" ; \
95+
echo "Running $$test_script with $(TEST_SHELL) under Python $(basename $$py_bin)" ; \
9696
VIRTUALENVWRAPPER_PYTHON=$$TMPDIR/virtualenvwrapper-test-env/bin/python SHUNIT_PARENT=$$test_script $(TEST_SHELL) $$test_script || exit 1 ; \
9797
echo ; \
9898
done \

0 commit comments

Comments
 (0)