From 2d21ce6a3783e3a9fc1afba120b3e90e67a5798b Mon Sep 17 00:00:00 2001 From: Jonathan SCHNEIDER Date: Mon, 27 Feb 2012 17:20:26 +0100 Subject: [PATCH] enhance prints --- hudson/testJS.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hudson/testJS.sh b/hudson/testJS.sh index 66b751d2d3..1d0f8805f0 100755 --- a/hudson/testJS.sh +++ b/hudson/testJS.sh @@ -60,10 +60,11 @@ do echo "nok !"; cat /tmp/jsunitphantom; testOK=1; + else + echo "ok !"; fi echo ""; echo ""; - echo ""; done exit $testOK;