diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-13 14:30:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-13 14:30:42 (GMT) |
commit | 0a24d706c5a060c53b74486b1da2a9854d161c97 (patch) | |
tree | 3eaed676e95c109b8417e525cc4b2628d342fd24 /Source | |
parent | 6a67b1bf71499fe64927c48580ed33c9b5853e6e (diff) | |
download | CMake-0a24d706c5a060c53b74486b1da2a9854d161c97.zip CMake-0a24d706c5a060c53b74486b1da2a9854d161c97.tar.gz CMake-0a24d706c5a060c53b74486b1da2a9854d161c97.tar.bz2 |
ENH: More error exceptions
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestBuildHandler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx index a724e18..457fc9b 100644 --- a/Source/CTest/cmCTestBuildHandler.cxx +++ b/Source/CTest/cmCTestBuildHandler.cxx @@ -97,6 +97,7 @@ static const char* cmCTestErrorExceptions[] = { "Makefile:", ":[ \\t]+Where:", "([^ :]+):([0-9]+): Warning", + "------ Build started: .* ------", 0 }; |