summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-18 13:48:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-18 13:48:10 (GMT)
commita1ca5004bde2f6c6a83ac54275b12025b185efd3 (patch)
treef3e29825d33432c705b631d68a6c2865542835df
parent333a007d310b4e55a06210f05a3a38b2b81f9903 (diff)
downloadCMake-a1ca5004bde2f6c6a83ac54275b12025b185efd3.zip
CMake-a1ca5004bde2f6c6a83ac54275b12025b185efd3.tar.gz
CMake-a1ca5004bde2f6c6a83ac54275b12025b185efd3.tar.bz2
Better AIX detection
-rw-r--r--Source/cmCTest.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 0caad8d..f32dd4a 100644
--- a/Source/cmCTest.cxx
+++ b/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
};