[Cmake-commits] CMake branch, next, updated. v2.8.7-2624-g4522f27

Bill Hoffman bill.hoffman at kitware.com
Wed Feb 15 15:31:55 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  4522f27fc3845319342b09dbb48677792485ad57 (commit)
       via  ffb27ca3d4c9a9f916d54d74e2bb3394a6fada04 (commit)
      from  fd1e615063d36571be7c59345b66b5752555ba06 (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=4522f27fc3845319342b09dbb48677792485ad57
commit 4522f27fc3845319342b09dbb48677792485ad57
Merge: fd1e615 ffb27ca
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Wed Feb 15 15:31:51 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 15 15:31:51 2012 -0500

    Merge topic 'teach_ctest_ninja_errors' into next
    
    ffb27ca Teach CTest what a ninja error looks like.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ffb27ca3d4c9a9f916d54d74e2bb3394a6fada04
commit ffb27ca3d4c9a9f916d54d74e2bb3394a6fada04
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Wed Feb 15 15:29:24 2012 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Wed Feb 15 15:29:24 2012 -0500

    Teach CTest what a ninja error looks like.
    
    This will allow ninja dashboards to show ninja errors as well
    as compiler errors from the ninja build.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 1a46688..286b3c9 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -1,3 +1,7 @@
+SET(CTEST_CUSTOM_ERROR_MATCH
+  ${CTEST_CUSTOM_ERROR_MATCH}
+  "ERROR:")
+
 SET(CTEST_CUSTOM_WARNING_EXCEPTION
   ${CTEST_CUSTOM_WARNING_EXCEPTION}
   "xtree.[0-9]+. : warning C4702: unreachable code"

-----------------------------------------------------------------------

Summary of changes:
 CTestCustom.cmake.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list