diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-22 16:35:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-22 16:35:05 (GMT) |
commit | b6bc749eac68335004ad80edc0f4e28322631d15 (patch) | |
tree | 0067609239e063dda14dc81f6c50e1f0187d78f0 /tools/test/h5dump | |
parent | 2fa314d8b3f48e9868013f9ba74b914758abc5ef (diff) | |
download | hdf5-b6bc749eac68335004ad80edc0f4e28322631d15.zip hdf5-b6bc749eac68335004ad80edc0f4e28322631d15.tar.gz hdf5-b6bc749eac68335004ad80edc0f4e28322631d15.tar.bz2 |
Grep needs to search error file
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/testh5dump.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/testh5dump.sh.in b/tools/test/h5dump/testh5dump.sh.in index 660d0cb..53c8927 100644 --- a/tools/test/h5dump/testh5dump.sh.in +++ b/tools/test/h5dump/testh5dump.sh.in @@ -1426,7 +1426,7 @@ TOOLTEST4 textlinkfar.ddl --enable-error-stack textlinkfar.h5 TOOLTEST4 textlink.ddl --enable-error-stack textlink.h5 # test for error stack display (BZ2048) -GREPTEST2 "filter plugins disabled" filter_fail.ddl --enable-error-stack filter_fail.h5 +GREPTEST2 ERRTXT "filter plugins disabled" filter_fail.ddl --enable-error-stack filter_fail.h5 # test for -o -y for dataset with attributes TOOLTEST2 tall-6.exp --enable-error-stack -y -o tall-6.txt -d /g1/g1.1/dset1.1.1 tall.h5 |