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,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
||||
@ -48,4 +50,3 @@ fi
|
||||
rm -f tmp tst_dimsize_classic.nc tst_dimsize_64offset.nc tst_dimsize_64data.nc
|
||||
|
||||
exit $RETURN
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user