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.
This commit is contained in:
Clinton Stimpson 2010-12-17 17:18:20 -05:00 committed by David Cole
parent d11c70295b
commit 744366fc0b
1 changed files with 2 additions and 0 deletions

View File

@ -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;