summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-25 16:25:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-25 16:25:23 (GMT)
commit3c7354c1cd9fb081df8b3f4faef5160ea83f584f (patch)
treee2f874ef129f44e82a359c923baa021558438737 /Source/CTest
parent2ba9c61f39258c55b198a8d395afdef60b8cd94c (diff)
downloadCMake-3c7354c1cd9fb081df8b3f4faef5160ea83f584f.zip
CMake-3c7354c1cd9fb081df8b3f4faef5160ea83f584f.tar.gz
CMake-3c7354c1cd9fb081df8b3f4faef5160ea83f584f.tar.bz2
Add change log and fix UMR in ctest from head.
Diffstat (limited to 'Source/CTest')
-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 eca74fc..ef8087c 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.cxx
+++ b/Source/CTest/cmCTestMultiProcessHandler.cxx
@@ -336,6 +336,7 @@ void cmCTestMultiProcessHandler::MarkFinished()
//For ShowOnly mode
void cmCTestMultiProcessHandler::PrintTestList()
{
+ this->TestHandler->SetMaxIndex(this->FindMaxIndex());
int count = 0;
for (PropertiesMap::iterator it = this->Properties.begin();
it != this->Properties.end(); it ++ )