diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-05-06 01:47:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 01:47:40 (GMT) |
commit | 4d335fc26754625742cd19d77fb060f24ed98736 (patch) | |
tree | ccfb971995172a7c29f175ff89ece1165142c13b /tools/test/h5dump/testh5dump.sh.in | |
parent | 89f8f843532835662e4c649aad368b7c7cae7006 (diff) | |
download | hdf5-4d335fc26754625742cd19d77fb060f24ed98736.zip hdf5-4d335fc26754625742cd19d77fb060f24ed98736.tar.gz hdf5-4d335fc26754625742cd19d77fb060f24ed98736.tar.bz2 |
Onion VFD: Cleans up warnings related to onion VFD stuff in tools code (#1733)
* Cleans up warnings related to onion VFD stuff in tools code
Also disables an h5dump test that has a missing file
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'tools/test/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/test/h5dump/testh5dump.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5dump/testh5dump.sh.in b/tools/test/h5dump/testh5dump.sh.in index ce7f643..ef87d4e 100644 --- a/tools/test/h5dump/testh5dump.sh.in +++ b/tools/test/h5dump/testh5dump.sh.in @@ -381,7 +381,7 @@ $SRC_H5DUMP_TESTFILES/err_attr_dspace.ddl $SRC_H5DUMP_TESTFILES/tst_onion_objs.ddl $SRC_H5DUMP_TESTFILES/tst_onion_dset_ext.ddl $SRC_H5DUMP_TESTFILES/tst_onion_dset_1d.ddl -$SRC_H5DUMP_TESTFILES/tst_onion_revision_count.ddl +#$SRC_H5DUMP_TESTFILES/tst_onion_revision_count.ddl " LIST_ERROR_TEST_FILES=" @@ -1500,7 +1500,7 @@ TOOLTEST_FAIL tCVE_2018_11206_fill_new.h5 TOOLTEST tst_onion_objs.ddl --enable-error-stack --vfd-name onion --vfd-info 3 tst_onion_objs.h5 TOOLTEST tst_onion_dset_ext.ddl --enable-error-stack --vfd-name onion --vfd-info 1 tst_onion_dset_ext.h5 TOOLTEST tst_onion_dset_1d.ddl --enable-error-stack --vfd-name onion --vfd-info 1 tst_onion_dset_1d.h5 -TOOLTEST tst_onion_revision_count.ddl --enable-error-stack --vfd-name onion --vfd-info revision_count tst_onion_objs.h5 +#TOOLTEST tst_onion_revision_count.ddl --enable-error-stack --vfd-name onion --vfd-info revision_count tst_onion_objs.h5 # Clean up temporary files/directories CLEAN_TESTFILES_AND_TESTDIR |