enhance prints

This commit is contained in:
Jonathan SCHNEIDER
2012-02-27 17:20:26 +01:00
parent f40bb1b624
commit 2d21ce6a37

View File

@@ -60,10 +60,11 @@ do
echo "nok !"; echo "nok !";
cat /tmp/jsunitphantom; cat /tmp/jsunitphantom;
testOK=1; testOK=1;
else
echo "ok !";
fi fi
echo ""; echo "";
echo ""; echo "";
echo "";
done done
exit $testOK; exit $testOK;