Skip to content

Commit

Permalink
Fix h5watch test failures to ignore system warnings on ppc64le. (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox authored Feb 8, 2024
1 parent 6b22af7 commit 16e9937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hl/tools/h5watch/CMakeTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 16e9937

Please sign in to comment.