contrib/refund: report test error
[nit.git] / contrib / refund / tests / tests.sh
index 9ebf63f..3f1a211 100755 (executable)
@@ -83,3 +83,6 @@ rm stats.json
 
 echo ""
 echo "==> success $ok/$all ($ko tests failed, $sk skipped)"
+
+# return result
+test "$ok" == "$all"