Skip to content

Commit 3d152cb

Browse files
committed
quiet test
1 parent 74eb3e4 commit 3d152cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test_python_interpreter_set_incorrectly() {
9999
then
100100
export test_shell=$SHELL
101101
fi
102-
subshell_output=$(VIRTUALENVWRAPPER_PYTHON="$WORKON_HOME/no_wrappers/bin/python" $test_shell -x $return_to/virtualenvwrapper.sh 2>&1)
102+
subshell_output=$(VIRTUALENVWRAPPER_PYTHON="$WORKON_HOME/no_wrappers/bin/python" $test_shell $return_to/virtualenvwrapper.sh 2>&1)
103103
echo "$subshell_output"
104104
echo "$subshell_output" | grep -q "$expected" 2>&1
105105
found_it=$?

0 commit comments

Comments
 (0)