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;