Merge topic 'test-RunCMake-custom-ignore'

b9a825b2a8 Tests/RunCMake: Allow specifying extra ignore lines

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9234
This commit is contained in:
Brad King
2024-02-09 14:05:20 +00:00
committed by Kitware Robot

View File

@@ -217,6 +217,7 @@ function(run_cmake test)
"|[^\n]*offset in archive not a multiple of 8"
"|[^\n]*from Time Machine by path"
"|[^\n]*Bullseye Testing Technology"
${RunCMake_TEST_EXTRA_IGNORE_LINE_REGEX}
")[^\n]*\n)+"
)
if(RunCMake_IGNORE_POLICY_VERSION_DEPRECATION)