diff options
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 2cad4c7..80cee06 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -97,6 +97,7 @@ static const char* cmCTestErrorMatches[] = { "^Fatal", "^Error: ", "^Error ", + "[0-9] ERROR: ", "^\"[^\"]+\", line [0-9]+: [^Ww]", "^cc[^C]*CC: ERROR File = ([^,]+), Line = ([0-9]+)", "^ld([^:])*:([ \\t])*ERROR([^:])*:", @@ -142,6 +143,7 @@ static const char* cmCTestWarningMatches[] = { "WARNING: ", "([^ :]+) : warning", "([^:]+): warning", + "\", line [0-9]+\\.[0-9]+:", 0 }; |