summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-23 15:37:50 -0400
committerZach Mullen <zach.mullen@kitware.com>2009-09-23 15:37:50 -0400
commit84f3f6cad6036f7097c5b9bd0f4a837667957524 (patch)
tree66b3362ebf531d04093b2ffe697f8185d56a302f
parentd33701abbb1c29f147c8af0e395b65bbfc7ba9eb (diff)
downloadcmake-84f3f6cad6036f7097c5b9bd0f4a837667957524.tar.gz
Tests which are not run should be added to the failed test list.
-rw-r--r--Source/CTest/cmCTestMultiProcessHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestMultiProcessHandler.cxx b/Source/CTest/cmCTestMultiProcessHandler.cxx
index 2dd66f0ea3..ea1c430339 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.cxx
+++ b/Source/CTest/cmCTestMultiProcessHandler.cxx
@@ -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);
}
}