From d01e993041a6b111acc46ff40dee1d9f7b4277cc Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 25 Jan 2016 14:00:47 +0000 Subject: [PATCH] call urchin -s in cross-shell tests --- cross-shell-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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