aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleaf corcoran <leafot@gmail.com>2019-09-21 17:37:43 -0700
committerleaf <leafot@gmail.com>2020-04-25 14:24:18 -0700
commitcfa855df543d8c93d0d9c8fc73bff535b1d56ac8 (patch)
tree17489c84ed88a4d06ee2e321e47a5ca621f922b0
parent6534a2315c5f9fd3e327ac21214f6c354aa38149 (diff)
downloadlua-cjson-cfa855df543d8c93d0d9c8fc73bff535b1d56ac8.tar.gz
lua-cjson-cfa855df543d8c93d0d9c8fc73bff535b1d56ac8.tar.bz2
lua-cjson-cfa855df543d8c93d0d9c8fc73bff535b1d56ac8.zip
fail if tests are blocked
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index 82dc8c1..85b7811 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -39,7 +39,7 @@ then
39Please ensure you do not have the Lua CJSON module installed before 39Please ensure you do not have the Lua CJSON module installed before
40running these tests. 40running these tests.
41EOT 41EOT
42 exit 42 exit 1
43fi 43fi
44cd .. 44cd ..
45 45