From 78c559475b4b60cf86c50afce8ed66652dbaaa18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 18 Nov 2017 16:02:41 +0100 Subject: [PATCH] Testsuite fails with non-zero exit code if a test does not pass --- test/functions.source | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functions.source b/test/functions.source index e22841d8..da0d86be 100644 --- a/test/functions.source +++ b/test/functions.source @@ -109,6 +109,7 @@ reportTest() echo "all testcases passed." else diff $diffargs $lhs $rhs + exit $rc fi }