Author: Antoni Villalonga i Noceras <antoni@friki.cat>
Last-Update: 2020-06-18 09:12:38 +0200
Description: Make sure the test script will fail on errors

--- a/test/test.sh
+++ b/test/test.sh
@@ -235,3 +235,5 @@
 echo -n ${PASSED_TESTS}  
 echo -n " / "
 echo ${NO_TESTS}  
+
+[ ${PASSED_TESTS} -eq  ${NO_TESTS} ]
