better args handling for -I options
This commit is contained in:
parent
5c618442d3
commit
3da0f4940a
@ -4857,6 +4857,11 @@ void cmCTest::SetTestsToRunInformation(const char* in)
|
||||
|
||||
void cmCTest::ExpandTestsToRunInformation(int numTests)
|
||||
{
|
||||
if (this->TestsToRunString.empty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int start = -1;
|
||||
int end = -1;
|
||||
int stride = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user