From a7dfd0b7bdb6325d8eae3c6f5adac5c79db88393 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 21 Aug 2015 15:01:57 -0400 Subject: [PATCH] contrib/refund: report test error Signed-off-by: Jean Privat --- contrib/refund/tests/tests.sh | 3 +++ 1 file changed, 3 insertions(+) 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" -- 1.7.9.5