call urchin -s in cross-shell tests

This commit is contained in:
Thomas Levine 2016-01-25 14:00:47 +00:00
parent df80586d79
commit eda4a6e42c
1 changed files with 1 additions and 1 deletions

View File

@ -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