[Cmake-commits] CMake branch, next, updated. v2.8.3-1017-gcbb99bd

David Cole david.cole at kitware.com
Fri Dec 17 17:34:59 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  cbb99bd678edb768864f8b50671ec7a33d7b7c14 (commit)
       via  744366fc0b63ff8e9f6e57a0648508e3dfe52709 (commit)
      from  dea8cb35675b5af919fa2c1e4991584acbe5d5e0 (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=cbb99bd678edb768864f8b50671ec7a33d7b7c14
commit cbb99bd678edb768864f8b50671ec7a33d7b7c14
Merge: dea8cb3 744366f
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 17 17:34:56 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 17 17:34:56 2010 -0500

    Merge topic 'fix-11487-multiple-test-calls' into next
    
    744366f CTest: multiple ctest_test calls w/LABEL regexs (#11487)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=744366fc0b63ff8e9f6e57a0648508e3dfe52709
commit 744366fc0b63ff8e9f6e57a0648508e3dfe52709
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Dec 17 17:18:20 2010 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Fri Dec 17 17:30:13 2010 -0500

    CTest: multiple ctest_test calls w/LABEL regexs (#11487)
    
    The Initialize method was not re-initializing everything
    that it should have been. This commit fixes that.

diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 6dd348d..6eec3c8 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -438,6 +438,8 @@ void cmCTestTestHandler::Initialize()
 
   this->TestsToRun.clear();
 
+  this->UseIncludeLabelRegExpFlag = false;
+  this->UseExcludeLabelRegExpFlag = false;
   this->UseIncludeRegExpFlag = false;
   this->UseExcludeRegExpFlag = false;
   this->UseExcludeRegExpFirst = false;

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list