Tests which are not run should be added to the failed test list.

This commit is contained in:
Zach Mullen 2009-09-23 15:37:50 -04:00
parent d33701abbb
commit 84f3f6cad6
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ void cmCTestMultiProcessHandler::StartTestProcess(int test)
this->Completed++;
this->RunningCount -= GetProcessorsUsed(test);
testRun->EndTest(this->Completed, this->Total, false);
this->Failed->push_back(this->Properties[test]->Name);
}
}