From 23b61a248f8648e348782543a891f480b6c00464 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 27 Dec 2024 15:19:07 -0600 Subject: [PATCH] Fix MPI_TEST_H5DIFF-h5diff_601 on Dane and Frontier, which occasionally fails when searching for expected output "Object could not be found in " when the object name is inserted after "Object". Search string is reduced to "could not be found". --- tools/test/h5diff/CMakeTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake index 5d36e0cd764..112d5066de1 100644 --- a/tools/test/h5diff/CMakeTests.cmake +++ b/tools/test/h5diff/CMakeTests.cmake @@ -808,7 +808,7 @@ ADD_H5_TEST (h5diff_63 1 -v ${STRINGS1} ${STRINGS2} string4 string4) ADD_H5_TEST (h5diff_600 1 ${FILE1}) # 6.1: Check if non-exist object name is specified -ADD_H5_CMP_TEST (h5diff_601 2 "Object could not be found" ${FILE1} ${FILE1} nono_obj) +ADD_H5_CMP_TEST (h5diff_601 2 "could not be found" ${FILE1} ${FILE1} nono_obj) # ############################################################################## # # -d