[Cmake-commits] CMake branch, next, updated. v2.8.7-3132-g0e31245
Brad King
brad.king at kitware.com
Fri Mar 9 08:02:52 EST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 0e3124564216e0a80530a6daca009620834062d4 (commit)
via c7da50da52debd980ec1232dfc2e91b7162f5c84 (commit)
from 1abdfd64cedc84ab18c8f57b2d317e3a23cd35aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0e3124564216e0a80530a6daca009620834062d4
commit 0e3124564216e0a80530a6daca009620834062d4
Merge: 1abdfd6 c7da50d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Mar 9 08:02:49 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 9 08:02:49 2012 -0500
Merge topic 'ctest-clang-in-xcode' into next
c7da50d CTest: Detect Xcode error "Command ... failed with exit code"
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c7da50da52debd980ec1232dfc2e91b7162f5c84
commit c7da50da52debd980ec1232dfc2e91b7162f5c84
Author: Alexandru Ciobanu <alex at rogue-research.com>
AuthorDate: Thu Mar 8 18:32:12 2012 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Mar 9 07:59:56 2012 -0500
CTest: Detect Xcode error "Command ... failed with exit code"
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx
index 34a3e60..27bb06c 100644
--- a/Source/CTest/cmCTestBuildHandler.cxx
+++ b/Source/CTest/cmCTestBuildHandler.cxx
@@ -94,6 +94,7 @@ static const char* cmCTestErrorMatches[] = {
": Invalid argument",
"^The project cannot be built\\.",
"^\\[ERROR\\]",
+ "^Command .* failed with exit code",
0
};
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmCTestBuildHandler.cxx | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list