Browse Source

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

Zach Mullen 15 năm trước cách đây
mục cha
commit
57efb4a497
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Source/CTest/cmProcess.cxx

+ 0 - 1
Source/CTest/cmProcess.cxx

@@ -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)