summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-28 15:12:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-28 15:12:28 (GMT)
commit7ceafbfc7a457872c3253b2def266a9b06270b5e (patch)
tree43326e66a97d3575c2624b656d0fe931326178b4 /Source/CTest
parent16dec1dd0d39fb1d56fdf8f5455111ee80be1064 (diff)
downloadCMake-7ceafbfc7a457872c3253b2def266a9b06270b5e.zip
CMake-7ceafbfc7a457872c3253b2def266a9b06270b5e.tar.gz
CMake-7ceafbfc7a457872c3253b2def266a9b06270b5e.tar.bz2
ENH: Add error regex
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestBuildHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx
index 49d7a1e..110ab56 100644
--- a/Source/CTest/cmCTestBuildHandler.cxx
+++ b/Source/CTest/cmCTestBuildHandler.cxx
@@ -79,6 +79,7 @@ static const char* cmCTestErrorMatches[] = {
"ld: 0711-993 Error occurred while writing to the output file:",
"ld: fatal: ",
"make: \\*\\*\\*.*Error",
+ "\\*\\*\\* Error code",
0
};