From 4bce8b46b2835b43367467ef97e20ea47a1d8c83 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sun, 19 Aug 2012 07:31:58 -0700 Subject: Exit on errors for check-missing like others This ensures that the make shows FAIL in case one test fails and a subsequent one succeeds. --- check/check-missing | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check/check-missing') diff --git a/check/check-missing b/check/check-missing index 69bed61..93c2267 100755 --- a/check/check-missing +++ b/check/check-missing @@ -5,6 +5,8 @@ if [ "$PKG_CONFIG_SHELL_IS_POSIX" != "1" ]; then PKG_CONFIG_SHELL_IS_POSIX=1 PATH=`getconf PATH` exec sh $0 "$@" fi +set -e + . ${srcdir}/common # non-existent package; call should fail and cause no output -- cgit v1.2.3