Skip to content
Snippets Groups Projects
Commit 84f3f6ca authored by Zach's avatar Zach
Browse files

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

parent d33701ab
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment