Added flag to tst_dimsizes.sh to dump on error.

This commit is contained in:
Ward Fisher 2017-05-30 14:29:21 -06:00
parent 02a6585eae
commit 310f1f8e33

View File

@ -1,6 +1,8 @@
#!/bin/sh #!/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 . ../test_common.sh
echo "*** Test Maximum dimension sizes X mode" 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 rm -f tmp tst_dimsize_classic.nc tst_dimsize_64offset.nc tst_dimsize_64data.nc
exit $RETURN exit $RETURN