diff --git a/cross-shell-tests b/cross-shell-tests index 5f66f09..c0a2b08 100755 --- a/cross-shell-tests +++ b/cross-shell-tests @@ -6,7 +6,7 @@ for shell in dash bash ksh zsh; do if which $shell > /dev/null 2> /dev/null; then echo echo Running urchin tests in $shell - $shell urchin tests | tail -n 3 + $shell urchin -s $shell tests | tail -n 3 else echo echo Skipping $shell because it is not in the PATH