From cfa855df543d8c93d0d9c8fc73bff535b1d56ac8 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 21 Sep 2019 17:37:43 -0700 Subject: fail if tests are blocked --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index 82dc8c1..85b7811 100755 --- a/runtests.sh +++ b/runtests.sh @@ -39,7 +39,7 @@ then Please ensure you do not have the Lua CJSON module installed before running these tests. EOT - exit + exit 1 fi cd .. -- cgit v1.2.3-55-g6feb