From 0d0c4063d00bc33549832a8d58a00c9836c04df8 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 21 Sep 2019 18:18:18 -0700 Subject: make tests fail when they fail --- runtests.sh | 4 ++-- 1 file 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 @@ -#!/bin/sh +#!/bin/bash +set -eo pipefail PLATFORM="`uname -s`" [ "$1" ] && VERSION="$1" || VERSION="2.1devel" -set -e # Portable "ggrep -A" replacement. # Work around Solaris awk record limit of 2559 bytes. -- cgit v1.2.3-55-g6feb