From 310f1f8e333cf3ec927f59005e94b8747671b427 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 30 May 2017 14:29:21 -0600 Subject: [PATCH] Added flag to tst_dimsizes.sh to dump on error. --- ncdump/tst_dimsizes.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ncdump/tst_dimsizes.sh b/ncdump/tst_dimsizes.sh index 7bf0f287d..453478686 100755 --- a/ncdump/tst_dimsizes.sh +++ b/ncdump/tst_dimsizes.sh @@ -1,6 +1,8 @@ #!/bin/sh -if test "x$srcdir" = x ; then srcdir=`pwd`; fi +set -e + +if test "x$srcdir" = x ; then srcdir=`pwd`; fi . ../test_common.sh echo "*** Test Maximum dimension sizes X mode" @@ -48,4 +50,3 @@ fi rm -f tmp tst_dimsize_classic.nc tst_dimsize_64offset.nc tst_dimsize_64data.nc exit $RETURN -