contrib/refund: report test error
authorJean Privat <jean@pryen.org>
Fri, 21 Aug 2015 19:01:57 +0000 (15:01 -0400)
committerJean Privat <jean@pryen.org>
Fri, 21 Aug 2015 19:01:57 +0000 (15:01 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

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"