We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ea4a9 commit f7fa4cbCopy full SHA for f7fa4cb
Makefile
@@ -92,7 +92,7 @@ test-loop:
92
for test_script in $(wildcard tests/test*.sh) ; do \
93
echo ; \
94
echo '********************************************************************************' ; \
95
- echo "Running $$test_script with $(TEST_SHELL) under Python $$py_ver" ; \
+ echo "Running $$test_script with $(TEST_SHELL) under Python $(basename $$py_bin)" ; \
96
VIRTUALENVWRAPPER_PYTHON=$$TMPDIR/virtualenvwrapper-test-env/bin/python SHUNIT_PARENT=$$test_script $(TEST_SHELL) $$test_script || exit 1 ; \
97
98
done \
0 commit comments