Skip to content

Commit 6b8797b

Browse files
committed
COMP: Update CTEST_CUSTOM_ERROR_EXCEPTION to refine "--- ERROR ---" pattern
1 parent 16bde58 commit 6b8797b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMake/CTestCustom.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ set(CTEST_CUSTOM_ERROR_EXCEPTION
167167
# when all 3171/3171 tests pass.
168168
".*Caught expected exception\\.?$"
169169
".*Expected exception:.*"
170-
"^--- ERROR ---$"
170+
".*--- ERROR ---.*"
171171
".*itk::ExceptionObject.*"
172172
".*Description: Method not applicable for deformable transform\\..*"
173173
".*Description: Transform has not been set\\..*"

0 commit comments

Comments
 (0)