diff options
author | leaf corcoran <leafot@gmail.com> | 2019-09-21 18:18:18 -0700 |
---|---|---|
committer | leaf <leafot@gmail.com> | 2020-04-25 14:24:18 -0700 |
commit | 0d0c4063d00bc33549832a8d58a00c9836c04df8 (patch) | |
tree | 51d3e9eb44def317231ba3e7727f52ac47724a63 | |
parent | 7f21cad7f007d79d470d38a3546287bc2eab1b18 (diff) | |
download | lua-cjson-0d0c4063d00bc33549832a8d58a00c9836c04df8.tar.gz lua-cjson-0d0c4063d00bc33549832a8d58a00c9836c04df8.tar.bz2 lua-cjson-0d0c4063d00bc33549832a8d58a00c9836c04df8.zip |
make tests fail when they fail
-rwxr-xr-x | runtests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtests.sh b/runtests.sh index 748bd40..bfb01d9 100755 --- a/runtests.sh +++ b/runtests.sh | |||
@@ -1,9 +1,9 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/bash |
2 | set -eo pipefail | ||
2 | 3 | ||
3 | PLATFORM="`uname -s`" | 4 | PLATFORM="`uname -s`" |
4 | [ "$1" ] && VERSION="$1" || VERSION="2.1devel" | 5 | [ "$1" ] && VERSION="$1" || VERSION="2.1devel" |
5 | 6 | ||
6 | set -e | ||
7 | 7 | ||
8 | # Portable "ggrep -A" replacement. | 8 | # Portable "ggrep -A" replacement. |
9 | # Work around Solaris awk record limit of 2559 bytes. | 9 | # Work around Solaris awk record limit of 2559 bytes. |