X-Git-Url: http://nitlanguage.org 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"