summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-12-12 15:32:38 (GMT)
committerGitHub <noreply@github.com>2022-12-12 15:32:38 (GMT)
commit1dae8c805c61039b7f0c53021d0b828026077eba (patch)
treee4abb79b874f17777edd6694d5ca1c5d8aa756cd /tools/test/h5dump
parent1da36c90b636f6cd1889338a61602582e5187f00 (diff)
downloadhdf5-1dae8c805c61039b7f0c53021d0b828026077eba.zip
hdf5-1dae8c805c61039b7f0c53021d0b828026077eba.tar.gz
hdf5-1dae8c805c61039b7f0c53021d0b828026077eba.tar.bz2
1.12 h5repack should only print if verbose (#2274)
* h5repack should only print if verbose Also chage dump test to use long option * Add note * Update yaml workflows
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r--tools/test/h5dump/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/CMakeTests.cmake b/tools/test/h5dump/CMakeTests.cmake
index 933aba9..2505e84 100644
--- a/tools/test/h5dump/CMakeTests.cmake
+++ b/tools/test/h5dump/CMakeTests.cmake
@@ -1159,7 +1159,7 @@
ADD_H5ERR_MASK_TEST (torderlinks2 0 "unable to open external file, external link file name = 'fname'" --enable-error-stack --sort_by=name --sort_order=descending tfcontents1.h5)
# tests for floating point user defined printf format
- ADD_H5_TEST (tfpformat 0 --enable-error-stack -m %.7f tfpformat.h5)
+ ADD_H5_TEST (tfpformat 0 --enable-error-stack --format=%.7f tfpformat.h5)
# tests for traversal of external links
ADD_H5ERR_MASK_TEST (textlinksrc 0 "Too many soft links in path" --enable-error-stack textlinksrc.h5)