summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmProcess.cxx
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-02-19 18:28:04 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2010-02-19 18:28:04 (GMT)
commit57efb4a49796525ceaacc3178173067d88cfecf7 (patch)
tree7804b8d9b4b01d1c518390c25d78b396185c8b24 /Source/CTest/cmProcess.cxx
parent4eba05de42587e3efeb2b272569f92b238818238 (diff)
downloadCMake-57efb4a49796525ceaacc3178173067d88cfecf7.zip
CMake-57efb4a49796525ceaacc3178173067d88cfecf7.tar.gz
CMake-57efb4a49796525ceaacc3178173067d88cfecf7.tar.bz2
BUG: We shouldn't be setting the HideWindow option on the test processes we create.
Diffstat (limited to 'Source/CTest/cmProcess.cxx')
-rw-r--r--Source/CTest/cmProcess.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CTest/cmProcess.cxx b/Source/CTest/cmProcess.cxx
index b028cc0..9aa40d6 100644
--- a/Source/CTest/cmProcess.cxx
+++ b/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)