mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
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:
parent
d11c70295b
commit
744366fc0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user