mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
ENH: fix part submission to not have memory of the last part submission
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user