Remove debugging message from parallel ctest
This commit is contained in:
parent
8b555d1d20
commit
13f24540ad
|
@ -275,12 +275,6 @@ void cmCTestMultiProcessHandler::StartNextTests()
|
||||||
}
|
}
|
||||||
numToStart -= processors;
|
numToStart -= processors;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT, std::endl
|
|
||||||
<< "Test did not start waiting on depends to finish: "
|
|
||||||
<< *test << "\n");
|
|
||||||
}
|
|
||||||
if(numToStart == 0)
|
if(numToStart == 0)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue