summaryrefslogtreecommitdiffstats
path: root/hl/tools
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2024-02-08 15:53:33 (GMT)
committerGitHub <noreply@github.com>2024-02-08 15:53:33 (GMT)
commit16e9937111d316310aeec2c51da9ea2db4ddbda0 (patch)
tree048d89e4ae98630bafa96dfe1444673ab929a7bc /hl/tools
parent6b22af7c43f86f020943768e1dc99bd9bc8deeca (diff)
downloadhdf5-16e9937111d316310aeec2c51da9ea2db4ddbda0.zip
hdf5-16e9937111d316310aeec2c51da9ea2db4ddbda0.tar.gz
hdf5-16e9937111d316310aeec2c51da9ea2db4ddbda0.tar.bz2
Fix h5watch test failures to ignore system warnings on ppc64le. (#3997)
Diffstat (limited to 'hl/tools')
-rw-r--r--hl/tools/h5watch/CMakeTests.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/hl/tools/h5watch/CMakeTests.cmake b/hl/tools/h5watch/CMakeTests.cmake
index aa4c41a..ce0e10e 100644
--- a/hl/tools/h5watch/CMakeTests.cmake
+++ b/hl/tools/h5watch/CMakeTests.cmake
@@ -105,8 +105,9 @@ add_custom_target(H5WATCH_files ALL COMMENT "Copying files needed by H5WATCH tes
-D "TEST_OUTPUT=${resultfile}.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=${resultfile}.mty"
- -D "TEST_ERRREF=${resultfile}.err"
- -P "${HDF_RESOURCES_DIR}/runTest.cmake"
+ -D "TEST_ERRREF=h5watch error"
+ -D "TEST_SKIP_COMPARE=true"
+ -P "${HDF_RESOURCES_DIR}/grepTest.cmake"
)
set_tests_properties (H5WATCH_ARGS-h5watch-${resultfile} PROPERTIES
DEPENDS ${last_test}