[Cmake-commits] CMake branch, next, updated. v2.8.8-2810-g6795c4e

Bill Hoffman bill.hoffman at kitware.com
Fri May 4 11:41:50 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  6795c4ed6dcba18a3e1a4215bbea1a70e774991a (commit)
       via  b0c07a13d1ee034875c2067f35bd39a9ffef7954 (commit)
      from  daef91488489b838246337f62bd1cd4b6285b623 (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=6795c4ed6dcba18a3e1a4215bbea1a70e774991a
commit 6795c4ed6dcba18a3e1a4215bbea1a70e774991a
Merge: daef914 b0c07a1
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Fri May 4 11:41:47 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 4 11:41:47 2012 -0400

    Merge topic 'mumps_coverage' into next
    
    b0c07a1 Disable bullseye coverage for mumps coverage test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b0c07a13d1ee034875c2067f35bd39a9ffef7954
commit b0c07a13d1ee034875c2067f35bd39a9ffef7954
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Fri May 4 11:41:15 2012 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Fri May 4 11:41:15 2012 -0400

    Disable bullseye coverage for mumps coverage test.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index f2175fc..3f5dd2c 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1725,7 +1725,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
     $<TARGET_FILE:ctest> -T Coverage --debug)
   set_tests_properties(CTestGTMCoverage PROPERTIES
       PASS_REGULAR_EXPRESSION
-      "Process file.*XINDEX.m.*Total LOC:.*127.*Percentage Coverage: 85.83.*")
+      "Process file.*XINDEX.m.*Total LOC:.*127.*Percentage Coverage: 85.83.*"
+      ENVIRONMENT COVFILE=)
 
   configure_file(
      "${CMake_SOURCE_DIR}/Tests/MumpsCoverage/DartConfiguration.cache.tcl.in"
@@ -1741,7 +1742,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
     $<TARGET_FILE:ctest> -T Coverage --debug)
   set_tests_properties(CTestCacheCoverage PROPERTIES
       PASS_REGULAR_EXPRESSION
-      "Process file.*XINDEX.m.*Total LOC:.*125.*Percentage Coverage: 85.60.*")
+      "Process file.*XINDEX.m.*Total LOC:.*125.*Percentage Coverage: 85.60.*"
+      ENVIRONMENT COVFILE=)
   # Use macro, not function so that build can still be driven by CMake 2.4.
   # After 2.6 is required, this could be a function without the extra 'set'
   # calls.

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

Summary of changes:
 Tests/CMakeLists.txt |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list