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 8f3917a commit a80bef1Copy full SHA for a80bef1
tests/run_tests
@@ -31,6 +31,10 @@ export HOOK_VERBOSE_OPTION="-q"
31
# tox-created virtualenv.
32
export VIRTUALENVWRAPPER_PYTHON="$envdir/bin/python"
33
34
+# Clear any user settings for the hook directory or log directory
35
+unset VIRTUALENVWRAPPER_HOOK_DIR
36
+unset VIRTUALENVWRAPPER_LOG_DIR
37
+
38
# Run the test scripts with a little formatting around them to make it
39
# easier to find where each script output starts.
40
for test_shell in bash ksh zsh
0 commit comments