[Cmake-commits] CMake branch, next, updated. v2.8.8-2714-gf661b99

Bill Hoffman bill.hoffman at kitware.com
Thu Apr 26 08:34:07 EDT 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  f661b99a80b69b787815b274c3c2206a571b996b (commit)
       via  72210c266238607e12c12ed7e983efed557fa784 (commit)
      from  198bb9d1e7702cf4a22d9e65aeda1ec83ad6e92f (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=f661b99a80b69b787815b274c3c2206a571b996b
commit f661b99a80b69b787815b274c3c2206a571b996b
Merge: 198bb9d 72210c2
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Thu Apr 26 08:34:01 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 26 08:34:01 2012 -0400

    Merge topic 'mumps_coverage' into next
    
    72210c2 Fix line length.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=72210c266238607e12c12ed7e983efed557fa784
commit 72210c266238607e12c12ed7e983efed557fa784
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Thu Apr 26 08:33:27 2012 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Thu Apr 26 08:33:27 2012 -0400

    Fix line length.

diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx
index 6c99928..099bcb6 100644
--- a/Source/CTest/cmCTestCoverageHandler.cxx
+++ b/Source/CTest/cmCTestCoverageHandler.cxx
@@ -765,7 +765,8 @@ int cmCTestCoverageHandler::HandleGTMCoverage(
   cmCTestCoverageHandlerContainer* cont)
 {
   cmParseGTMCoverage cov(*cont, this->CTest);
-  std::string coverageFile = this->CTest->GetBinaryDir() + "/gtm_coverage.mcov";
+  std::string coverageFile = this->CTest->GetBinaryDir() +
+    "/gtm_coverage.mcov";
   if(cmSystemTools::FileExists(coverageFile.c_str()))
     {
     cov.ReadGTMCoverage(coverageFile.c_str());

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

Summary of changes:
 Source/CTest/cmCTestCoverageHandler.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list