mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Added flag to tst_dimsizes.sh to dump on error.
This commit is contained in:
parent
02a6585eae
commit
310f1f8e33
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user