summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestConfigureHandler.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-01-12 15:37:55 (GMT)
committerBrad King <brad.king@kitware.com>2009-01-12 15:37:55 (GMT)
commit447f5b303eab1b076f49ed52af90e554160dddc6 (patch)
tree6e27fdd66c1b7d39440d94681457c2765a957a99 /Source/CTest/cmCTestConfigureHandler.cxx
parent4b97fab34d07afe05b057dbb6b2c64f4f0d24f40 (diff)
downloadCMake-447f5b303eab1b076f49ed52af90e554160dddc6.zip
CMake-447f5b303eab1b076f49ed52af90e554160dddc6.tar.gz
CMake-447f5b303eab1b076f49ed52af90e554160dddc6.tar.bz2
ENH: Divide CTest file submission list by part
This splits the list of files for CTest to submit into those belonging to each part. The set is recombined just before submission. Later this will allow piecewise submissions.
Diffstat (limited to 'Source/CTest/cmCTestConfigureHandler.cxx')
-rw-r--r--Source/CTest/cmCTestConfigureHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestConfigureHandler.cxx b/Source/CTest/cmCTestConfigureHandler.cxx
index 42b7c71..6004508 100644
--- a/Source/CTest/cmCTestConfigureHandler.cxx
+++ b/Source/CTest/cmCTestConfigureHandler.cxx
@@ -67,7 +67,7 @@ int cmCTestConfigureHandler::ProcessHandler()
if ( !this->CTest->GetShowOnly() )
{
cmGeneratedFileStream os;
- if ( !this->StartResultingXML("Configure", os) )
+ if(!this->StartResultingXML(cmCTest::PartConfigure, "Configure", os))
{
cmCTestLog(this->CTest, ERROR_MESSAGE, "Cannot open configure file"
<< std::endl);