diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-03 19:20:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-01-03 19:20:18 (GMT) |
commit | b5809e0780b136f7062b1aaa27c793ef4399996b (patch) | |
tree | 3731540041283b03dc22aad35a585da559a838d5 /tools/testh5dump.sh | |
parent | cf4ff99bdfa213a17e666a587a27b0314ac353c0 (diff) | |
download | hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.zip hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.tar.gz hdf5-b5809e0780b136f7062b1aaa27c793ef4399996b.tar.bz2 |
[svn-r3230] Purpose:
Extra testing
Description:
Added tests to dump empty datasets to the h5dump and h5ls testing.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-x | tools/testh5dump.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index d11c388..8046a10 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -128,20 +128,20 @@ TOOLTEST tsaf.ddl tsaf.h5 TOOLTEST tvldtypes1.ddl tvldtypes1.h5 TOOLTEST tvldtypes2.ddl tvldtypes2.h5 TOOLTEST tvldtypes3.ddl tvldtypes3.h5 -#dumping tvldtypes4.h5 is causing core-dumps on modi4 currently - QAK TOOLTEST tvldtypes4.ddl tvldtypes4.h5 # test for files with array data TOOLTEST tarray1.ddl tarray1.h5 TOOLTEST tarray2.ddl tarray2.h5 TOOLTEST tarray3.ddl tarray3.h5 -#dumping tarray4.h5 is causing core-dumps on modi4 currently - QAK TOOLTEST tarray4.ddl tarray4.h5 -#dumping tarray5.h5 is causing core-dumps on hawkwind currently - QAK TOOLTEST tarray5.ddl tarray5.h5 TOOLTEST tarray6.ddl tarray6.h5 TOOLTEST tarray7.ddl tarray7.h5 +# test for files with empty data +TOOLTEST tempty.ddl tempty.h5 + if test $nerrors -eq 0 ; then echo "All $h5tool tests passed." fi |