Tests which are not run should be added to the failed test list.
This commit is contained in:
parent
d33701abbb
commit
84f3f6cad6
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue