diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-18 14:00:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-18 14:00:01 (GMT) |
commit | cf4d96a3f755b60b8ecb7550d040f60aadfe421a (patch) | |
tree | 96a1dc8694cd6ef614c10166f10feb8429ed8ade | |
parent | a1ca5004bde2f6c6a83ac54275b12025b185efd3 (diff) | |
download | CMake-cf4d96a3f755b60b8ecb7550d040f60aadfe421a.zip CMake-cf4d96a3f755b60b8ecb7550d040f60aadfe421a.tar.gz CMake-cf4d96a3f755b60b8ecb7550d040f60aadfe421a.tar.bz2 |
Even better error detection on AIX
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index f32dd4a..bb75cc1 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]+: [0-9]+-[0-9]+ \\([SI]\\)", + "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)", 0 }; |