|
|
@@ -97,6 +97,8 @@ void cmCTestMultiProcessHandler::StartTestProcess(int test)
|
|
|
else
|
|
|
{
|
|
|
this->Completed++;
|
|
|
+ this->TestFinishMap[test] = true;
|
|
|
+ this->TestRunningMap[test] = false;
|
|
|
this->RunningCount -= GetProcessorsUsed(test);
|
|
|
testRun->EndTest(this->Completed, this->Total, false);
|
|
|
this->Failed->push_back(this->Properties[test]->Name);
|