aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleaf corcoran <leafot@gmail.com>2019-09-21 18:18:18 -0700
committerleaf <leafot@gmail.com>2020-04-25 14:24:18 -0700
commit0d0c4063d00bc33549832a8d58a00c9836c04df8 (patch)
tree51d3e9eb44def317231ba3e7727f52ac47724a63
parent7f21cad7f007d79d470d38a3546287bc2eab1b18 (diff)
downloadlua-cjson-0d0c4063d00bc33549832a8d58a00c9836c04df8.tar.gz
lua-cjson-0d0c4063d00bc33549832a8d58a00c9836c04df8.tar.bz2
lua-cjson-0d0c4063d00bc33549832a8d58a00c9836c04df8.zip
make tests fail when they fail
-rwxr-xr-xruntests.sh4
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
2set -eo pipefail
2 3
3PLATFORM="`uname -s`" 4PLATFORM="`uname -s`"
4[ "$1" ] && VERSION="$1" || VERSION="2.1devel" 5[ "$1" ] && VERSION="$1" || VERSION="2.1devel"
5 6
6set -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.