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.k...@kitware.com>
AuthorDate: Fri Mar 9 08:02:49 2012 -0500
Commit:     CMake Topic Stage <kwro...@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 <a...@rogue-research.com>
AuthorDate: Thu Mar 8 18:32:12 2012 -0500
Commit:     Brad King <brad.k...@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
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to