[Cmake-commits] CMake branch, next, updated. v2.8.3-719-gac19b42

Zach Mullen zach.mullen at kitware.com
Wed Dec 1 11:30:16 EST 2010


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  ac19b42662ba8030e508bbcdd0d76dc23bcdc96d (commit)
       via  13f24540ad540c5aedb599acb3deb09be9e6808d (commit)
       via  8b555d1d208b8bbc2f4c3ddbcd33fb8e716de058 (commit)
      from  1c5f9938acb4876fd182dc0fcece860f9793f907 (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=ac19b42662ba8030e508bbcdd0d76dc23bcdc96d
commit ac19b42662ba8030e508bbcdd0d76dc23bcdc96d
Merge: 1c5f993 13f2454
Author:     Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Wed Dec 1 11:29:34 2010 -0500
Commit:     Zach Mullen <zach.mullen at kitware.com>
CommitDate: Wed Dec 1 11:29:34 2010 -0500

    Merge branch 'ctest-remove-waiting-message' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=13f24540ad540c5aedb599acb3deb09be9e6808d
commit 13f24540ad540c5aedb599acb3deb09be9e6808d
Author:     Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Wed Dec 1 11:28:23 2010 -0500
Commit:     Zach Mullen <zach.mullen at kitware.com>
CommitDate: Wed Dec 1 11:28:23 2010 -0500

    Remove debugging message from parallel ctest

diff --git a/Source/CTest/cmCTestMultiProcessHandler.cxx b/Source/CTest/cmCTestMultiProcessHandler.cxx
index 0d14c2d..93c2963 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.cxx
+++ b/Source/CTest/cmCTestMultiProcessHandler.cxx
@@ -275,12 +275,6 @@ void cmCTestMultiProcessHandler::StartNextTests()
         }
       numToStart -= processors;
       }
-    else
-      {
-      cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT, std::endl
-                 << "Test did not start waiting on depends to finish: "
-                 << *test << "\n");
-      }
     if(numToStart == 0)
       {
       return;

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

Summary of changes:
 Source/CTest/cmCTestMultiProcessHandler.cxx |    6 ------
 Source/kwsys/kwsysDateStamp.cmake           |    4 ++--
 2 files changed, 2 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list