summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-11 15:21:36 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-11 15:21:36 (GMT)
commitf262298bb037b683c995f239d1ca9fc00aaec3f3 (patch)
tree5144068cbd9df6d0c99139f227392aa5e005770e /Source/ctest.cxx
parent4835f8303b4bf9c729b00f0b3aedca6f229b2d2f (diff)
downloadCMake-f262298bb037b683c995f239d1ca9fc00aaec3f3.zip
CMake-f262298bb037b683c995f239d1ca9fc00aaec3f3.tar.gz
CMake-f262298bb037b683c995f239d1ca9fc00aaec3f3.tar.bz2
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index b7d207f..5dedcc4 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -22,7 +22,6 @@
#include "cmDocumentation.h"
#include "CTest/cmCTestScriptHandler.h"
-
//----------------------------------------------------------------------------
static const cmDocumentationEntry cmDocumentationName[] =
{
@@ -209,6 +208,7 @@ static const cmDocumentationEntry cmDocumentationSeeAlso[] =
// this is a test driver program for cmCTest.
int main (int argc, char *argv[])
{
+ cmSystemTools::DoNotInheritStdPipes();
cmSystemTools::EnableMSVCDebugHook();
int nocwd = 0;
cmCTest inst;