Explorar el Código

Better AIX detection

Andy Cedilnik hace 22 años
padre
commit
a1ca5004bd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Source/cmCTest.cxx

+ 2 - 1
Source/cmCTest.cxx

@@ -118,7 +118,7 @@ static const char* cmCTestErrorMatches[] = {
   ": Invalid loader fixup for symbol",
   ": internal link edit command failed",
   ": Unrecognized option \\`.*\\'",
-  "\", line [0-9]+\\.[0-9]+:",
+  "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([SI]\\)",
   0
 };
 
@@ -144,6 +144,7 @@ static const char* cmCTestWarningMatches[] = {
   "WARNING: ",
   "([^ :]+) : warning",
   "([^:]+): warning",
+  "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([W]\\)",
   0
 };