Merge topic 'ctest-remove-waiting-message'
13f2454
Remove debugging message from parallel ctest
This commit is contained in:
commit
9ab2659487
|
@ -275,12 +275,6 @@ void cmCTestMultiProcessHandler::StartNextTests()
|
|||
}
|
||||
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)
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue