BUG: We shouldn't be setting the HideWindow option on the test processes we create.

This commit is contained in:
Zach Mullen 2010-02-19 13:28:04 -05:00
parent 4eba05de42
commit 57efb4a497
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ bool cmProcess::StartProcess()
cmsysProcess_SetWorkingDirectory(this->Process,
this->WorkingDirectory.c_str());
}
cmsysProcess_SetOption(this->Process, cmsysProcess_Option_HideWindow, 1);
cmsysProcess_SetTimeout(this->Process, this->Timeout);
cmsysProcess_Execute(this->Process);
return (cmsysProcess_GetState(this->Process)