diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-01-15 18:24:54 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-01-15 18:24:54 (GMT) |
commit | 40366f6ced5619ab86f97dba9eb66dbfb2d08149 (patch) | |
tree | 4709f0ed53b7185ec2f06f5940a29ee6e0c40ee1 /Source/CTest/cmCTestGenericHandler.cxx | |
parent | be52e3b6fc698101d6371b815017a71fad57eb68 (diff) | |
download | CMake-40366f6ced5619ab86f97dba9eb66dbfb2d08149.zip CMake-40366f6ced5619ab86f97dba9eb66dbfb2d08149.tar.gz CMake-40366f6ced5619ab86f97dba9eb66dbfb2d08149.tar.bz2 |
ENH: fix part submission to not have memory of the last part submission
Diffstat (limited to 'Source/CTest/cmCTestGenericHandler.cxx')
-rw-r--r-- | Source/CTest/cmCTestGenericHandler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestGenericHandler.cxx b/Source/CTest/cmCTestGenericHandler.cxx index 4e7dd56..0196c89 100644 --- a/Source/CTest/cmCTestGenericHandler.cxx +++ b/Source/CTest/cmCTestGenericHandler.cxx @@ -81,6 +81,7 @@ void cmCTestGenericHandler::SetPersistentOption(const char* op, //---------------------------------------------------------------------- void cmCTestGenericHandler::Initialize() { + this->AppendXML = false; this->Options.clear(); t_StringToString::iterator it; for ( it = this->PersistentOptions.begin(); |