Browse Source

ENH: Add AIX warerr

Andy Cedilnik 23 years ago
parent
commit
e7c4c183f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/cmCTest.cxx

+ 2 - 0
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
 };