File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 49
49
50
50
echo
51
51
echo ' ********************************************************************************'
52
- echo " Running $test_script "
52
+ echo " Running $SHELL $test_shell_opts $ test_script"
53
53
echo " VIRTUAL_ENV=$VIRTUAL_ENV "
54
54
echo " VIRTUALENVWRAPPER_PYTHON=$VIRTUALENVWRAPPER_PYTHON "
55
55
echo " $( $VIRTUALENVWRAPPER_PYTHON -V 2>&1 ) "
59
59
echo " ZSH_VERSION=$ZSH_VERSION "
60
60
echo " KSH_VERSION=$KSH_VERSION "
61
61
echo " virtualenv=$( which virtualenv) "
62
+ echo " test_shell_opts=$test_shell_opts "
62
63
echo " ZSH=$ZSH_NAME $ZSH_EVAL_CONTEXT "
63
64
echo " TMPDIR=$TMPDIR "
65
+
64
66
echo
65
67
SHUNIT_PARENT=" $test_script "
66
68
export SHUNIT_PARENT
67
- $test_shell_opts $test_script || exit 1
69
+ $SHELL $ test_shell_opts $test_script || exit 1
68
70
echo
69
71
70
72
done
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ commands = bash ./tests/run_tests {envdir} []
44
44
basepython =python2.7
45
45
setenv =
46
46
SHELL = /bin/zsh
47
+ test_shell_opts = -o shwordsplit
47
48
commands = zsh -o shwordsplit ./tests/run_tests {envdir} []
48
49
49
50
[testenv:ksh]
You can’t perform that action at this time.
0 commit comments