Skip to content

Commit 2509490

Browse files
committed
run the tests under zsh as well as explicitly invoking bash
1 parent e985841 commit 2509490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pavement.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ def html():
113113

114114
@task
115115
def test():
116-
sh('./tests/test.sh')
116+
sh('bash ./tests/test.sh')
117+
sh('SHUNIT_PARENT=./tests/test.sh zsh -o shwordsplit ./tests/test.sh')

0 commit comments

Comments
 (0)