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 !";
cat /tmp/jsunitphantom;
testOK=1;
else
echo "ok !";
fi
echo "";
echo "";
echo "";
done
exit $testOK;