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 74eb3e4 commit 3d152cbCopy full SHA for 3d152cb
tests/test.sh
@@ -99,7 +99,7 @@ test_python_interpreter_set_incorrectly() {
99
then
100
export test_shell=$SHELL
101
fi
102
- subshell_output=$(VIRTUALENVWRAPPER_PYTHON="$WORKON_HOME/no_wrappers/bin/python" $test_shell -x $return_to/virtualenvwrapper.sh 2>&1)
+ subshell_output=$(VIRTUALENVWRAPPER_PYTHON="$WORKON_HOME/no_wrappers/bin/python" $test_shell $return_to/virtualenvwrapper.sh 2>&1)
103
echo "$subshell_output"
104
echo "$subshell_output" | grep -q "$expected" 2>&1
105
found_it=$?
0 commit comments