diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-15 20:44:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-15 20:44:51 (GMT) |
commit | 207c05e2e9f1c2844416c19fe5b74b2d71610fd1 (patch) | |
tree | c19592659592a26a552c777222be20328becd189 /tools/h5dump/testh5dump.sh.in | |
parent | 956fde680a35b1fbc19fa5ff1367fcf8eb54c194 (diff) | |
download | hdf5-207c05e2e9f1c2844416c19fe5b74b2d71610fd1.zip hdf5-207c05e2e9f1c2844416c19fe5b74b2d71610fd1.tar.gz hdf5-207c05e2e9f1c2844416c19fe5b74b2d71610fd1.tar.bz2 |
[svn-r22075] Add test for multiple files with h5ls and h5dump.
Tested: local linux
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index ae28df6..68052a6 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -801,7 +801,7 @@ 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 tarray[2-7].h5 +TOOLTEST tmultifile --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 |