Merge topic 'ctest-suppress-Note'
eafe541f
CTest: Do not treat "Note: ..." lines as errors (#14394)
This commit is contained in:
commit
cb704c0871
|
@ -102,6 +102,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||||
": warning",
|
": warning",
|
||||||
": \\(Warning\\)",
|
": \\(Warning\\)",
|
||||||
": note",
|
": note",
|
||||||
|
"Note:",
|
||||||
"makefile:",
|
"makefile:",
|
||||||
"Makefile:",
|
"Makefile:",
|
||||||
":[ \\t]+Where:",
|
":[ \\t]+Where:",
|
||||||
|
|
Loading…
Reference in New Issue