Merge topic 'ctest-remove-waiting-message'

13f2454 Remove debugging message from parallel ctest
This commit is contained in:
Brad King 2010-12-02 14:25:04 -05:00 committed by CMake Topic Stage
commit 9ab2659487
1 changed files with 0 additions and 6 deletions

View File

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