File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,17 @@ unset VIRTUALENVWRAPPER_VIRTUALENV_ARGS
44
44
45
45
# Run the test scripts with a little formatting around them to make it
46
46
# easier to find where each script output starts.
47
- for test_shell in bash ksh zsh
47
+ for test_script in $scripts
48
48
do
49
- test_shell_opts=
50
- if [ $test_shell = " zsh" ]; then
51
- test_shell_opts=" -o shwordsplit"
52
- fi
53
- test_shell=$( which $test_shell )
54
49
55
- for test_script in $scripts
50
+ for test_shell in bash ksh zsh
56
51
do
52
+ test_shell_opts=
53
+ if [ $test_shell = " zsh" ]; then
54
+ test_shell_opts=" -o shwordsplit"
55
+ fi
56
+ export test_shell=$( which $test_shell )
57
+
57
58
echo
58
59
echo ' ********************************************************************************'
59
60
echo " Running $test_script "
You can’t perform that action at this time.
0 commit comments