Merge topic 'fix-11487-multiple-test-calls'
744366f
CTest: multiple ctest_test calls w/LABEL regexs (#11487)
This commit is contained in:
commit
c85b8189cf
|
@ -438,6 +438,8 @@ void cmCTestTestHandler::Initialize()
|
||||||
|
|
||||||
this->TestsToRun.clear();
|
this->TestsToRun.clear();
|
||||||
|
|
||||||
|
this->UseIncludeLabelRegExpFlag = false;
|
||||||
|
this->UseExcludeLabelRegExpFlag = false;
|
||||||
this->UseIncludeRegExpFlag = false;
|
this->UseIncludeRegExpFlag = false;
|
||||||
this->UseExcludeRegExpFlag = false;
|
this->UseExcludeRegExpFlag = false;
|
||||||
this->UseExcludeRegExpFirst = false;
|
this->UseExcludeRegExpFirst = false;
|
||||||
|
|
Loading…
Reference in New Issue