diff options
author | leaf corcoran <leafot@gmail.com> | 2019-09-21 17:37:43 -0700 |
---|---|---|
committer | leaf <leafot@gmail.com> | 2020-04-25 14:24:18 -0700 |
commit | cfa855df543d8c93d0d9c8fc73bff535b1d56ac8 (patch) | |
tree | 17489c84ed88a4d06ee2e321e47a5ca621f922b0 | |
parent | 6534a2315c5f9fd3e327ac21214f6c354aa38149 (diff) | |
download | lua-cjson-cfa855df543d8c93d0d9c8fc73bff535b1d56ac8.tar.gz lua-cjson-cfa855df543d8c93d0d9c8fc73bff535b1d56ac8.tar.bz2 lua-cjson-cfa855df543d8c93d0d9c8fc73bff535b1d56ac8.zip |
fail if tests are blocked
-rwxr-xr-x | runtests.sh | 2 |
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 | |||
39 | Please ensure you do not have the Lua CJSON module installed before | 39 | Please ensure you do not have the Lua CJSON module installed before |
40 | running these tests. | 40 | running these tests. |
41 | EOT | 41 | EOT |
42 | exit | 42 | exit 1 |
43 | fi | 43 | fi |
44 | cd .. | 44 | cd .. |
45 | 45 | ||