Skip to content

Commit d4a5e1e

Browse files
authored
Fix MPI_TEST_H5DIFF-h5diff_601 (HDFGroup#5192)
on Dane and Frontier, which occasionally fails when searching for expected output "Object could not be found in <h5diff_basic1.h5>" when the object name </nono_obj> is inserted after "Object". Search string is reduced to "could not be found".
1 parent 613af26 commit d4a5e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/h5diff/CMakeTests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ ADD_H5_TEST (h5diff_63 1 -v ${STRINGS1} ${STRINGS2} string4 string4)
808808
ADD_H5_TEST (h5diff_600 1 ${FILE1})
809809

810810
# 6.1: Check if non-exist object name is specified
811-
ADD_H5_CMP_TEST (h5diff_601 2 "Object could not be found" ${FILE1} ${FILE1} nono_obj)
811+
ADD_H5_CMP_TEST (h5diff_601 2 "could not be found" ${FILE1} ${FILE1} nono_obj)
812812

813813
# ##############################################################################
814814
# # -d

0 commit comments

Comments
 (0)