[Cmake-commits] CMake branch, next, updated. v2.8.2-719-gf45b9c9

Zach Mullen zach.mullen at kitware.com
Wed Sep 8 15:15:52 EDT 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  f45b9c9ece3a5cc31ad64b31b3f6a4caeded4f1e (commit)
       via  ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03 (commit)
      from  1066e56d8f72d9b8e0be6f62cea3bce086323083 (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=f45b9c9ece3a5cc31ad64b31b3f6a4caeded4f1e
commit f45b9c9ece3a5cc31ad64b31b3f6a4caeded4f1e
Merge: 1066e56 ffda17d
Author:     Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Wed Sep 8 15:15:41 2010 -0400
Commit:     Zach Mullen <zach.mullen at kitware.com>
CommitDate: Wed Sep 8 15:15:41 2010 -0400

    Merge branch 'lazy-query-cdash' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03
commit ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03
Author:     Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Wed Sep 8 15:10:42 2010 -0400
Commit:     Zach Mullen <zach.mullen at kitware.com>
CommitDate: Wed Sep 8 15:14:42 2010 -0400

    We shouldn't ask CDash for its version info until/unless we actually need it.

diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index dcdc8e1..2e05883 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -490,10 +490,6 @@ int cmCTest::Initialize(const char* binary_dir, cmCTestStartCommand* command)
     return 0;
     }
 
-  // call this so that the information is cached up front
-  // and not the first time EndTest is called.
-  this->ShouldCompressTestOutput();
-
   if ( this->ProduceXML )
     {
     // Verify "Testing" directory exists:

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

Summary of changes:
 Source/cmCTest.cxx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list