From: Jean Privat Date: Fri, 21 Aug 2015 19:01:57 +0000 (-0400) Subject: contrib/refund: report test error X-Git-Tag: v0.7.8~72^2~1 X-Git-Url: http://nitlanguage.org contrib/refund: report test error Signed-off-by: Jean Privat --- diff --git a/contrib/refund/tests/tests.sh b/contrib/refund/tests/tests.sh index 9ebf63f..3f1a211 100755 --- a/contrib/refund/tests/tests.sh +++ b/contrib/refund/tests/tests.sh @@ -83,3 +83,6 @@ rm stats.json echo "" echo "==> success $ok/$all ($ko tests failed, $sk skipped)" + +# return result +test "$ok" == "$all"