Skip to content

Commit 3f8ddac

Browse files
committed
show which virtualenv is used in tests
1 parent 7102262 commit 3f8ddac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run_tests

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ then
4040
exit 1
4141
fi
4242

43-
# Force the tox virtualenv to be active.
43+
# Force the tox virtualenv to be active.
4444
#
4545
# Since this script runs from within a separate shell created by tox,
4646
# the name of the virtualenv (in $VIRTUAL_ENV) is inherited, but the
@@ -87,6 +87,7 @@ do
8787
echo " $($VIRTUALENVWRAPPER_PYTHON -V 2>&1)"
8888
echo " PYTHONPATH=$PYTHONPATH"
8989
echo " SHELL=$test_shell"
90+
echo " virtualenv=$(which virtualenv)"
9091
echo
9192
export SHUNIT_PARENT="$test_script"
9293
$test_shell $test_shell_opts $test_script || exit 1

0 commit comments

Comments
 (0)