Remove debugging message from parallel ctest

This commit is contained in:
Zach Mullen 2010-12-01 11:28:23 -05:00
parent 8b555d1d20
commit 13f24540ad
1 changed files with 0 additions and 6 deletions

View File

@ -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;