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 7102262 commit 3f8ddacCopy full SHA for 3f8ddac
tests/run_tests
@@ -40,7 +40,7 @@ then
40
exit 1
41
fi
42
43
-# Force the tox virtualenv to be active.
+# Force the tox virtualenv to be active.
44
#
45
# Since this script runs from within a separate shell created by tox,
46
# the name of the virtualenv (in $VIRTUAL_ENV) is inherited, but the
@@ -87,6 +87,7 @@ do
87
echo " $($VIRTUALENVWRAPPER_PYTHON -V 2>&1)"
88
echo " PYTHONPATH=$PYTHONPATH"
89
echo " SHELL=$test_shell"
90
+ echo " virtualenv=$(which virtualenv)"
91
echo
92
export SHUNIT_PARENT="$test_script"
93
$test_shell $test_shell_opts $test_script || exit 1
0 commit comments