diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-19 22:12:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-19 22:12:20 (GMT) |
commit | 67bea144833f0d71352f0a3b9570d32efdbd747e (patch) | |
tree | cefdb2826210c1ebd7790468a389fd18de68fa7a /tools/h5dump/testh5dump.sh.in | |
parent | 076898d7dd3eba1f211ac9a4fc474190a4bf0564 (diff) | |
download | hdf5-67bea144833f0d71352f0a3b9570d32efdbd747e.zip hdf5-67bea144833f0d71352f0a3b9570d32efdbd747e.tar.gz hdf5-67bea144833f0d71352f0a3b9570d32efdbd747e.tar.bz2 |
[svn-r22095] Correct test script errors
Add new tests to legacy dos script
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 18cd5d4..6554abe 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -797,9 +797,9 @@ TOOLTEST tarray7.ddl --enable-error-stack tarray7.h5 TOOLTEST tarray8.ddl --enable-error-stack tarray8.h5 # test for wildcards in filename (does not work with cmake) -TOOLTEST3 tstarfile --enable-error-stack -H -d Dataset1 tarr*.h5 -TOOLTEST3 tqmarkfile --enable-error-stack -H -d Dataset1 tarray?.h5 -TOOLTEST tmultifile --enable-error-stack -H -d Dataset1 tarray2.h5 tarray3.h5 tarray4.h5 tarray5.h5 tarray6.h5 tarray7.h5 +TOOLTEST3 tstarfile.ddl --enable-error-stack -H -d Dataset1 tarr*.h5 +TOOLTEST3 tqmarkfile.ddl --enable-error-stack -H -d Dataset1 tarray?.h5 +TOOLTEST tmultifile.ddl --enable-error-stack -H -d Dataset1 tarray2.h5 tarray3.h5 tarray4.h5 tarray5.h5 tarray6.h5 tarray7.h5 # test for files with empty data TOOLTEST tempty.ddl --enable-error-stack tempty.h5 @@ -837,7 +837,6 @@ TOOLTEST tchar1.ddl --enable-error-stack -r tchar.h5 # tests for super block TOOLTEST tboot1.ddl --enable-error-stack -H -B -d dset tfcontents1.h5 TOOLTEST tboot2.ddl --enable-error-stack -B tfcontents2.h5 -TOOLTEST file_space.ddl --enable-error-stack -B file_space.h5 # test -p with a non existing dataset TOOLTEST3 tperror.ddl --enable-error-stack -p -d bogus tfcontents1.h5 |