mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
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
Block a user