summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.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/cmCTest.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/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 84b23d1..8158257 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -1898,14 +1898,6 @@ int cmCTest::Run(std::vector<std::string> &args, std::string* output)
} // the close of the for argument loop
- // default to the build type of ctest itself if there is one
-#ifdef CMAKE_INTDIR
- if(this->ConfigType.size() == 0)
- {
- this->SetConfigType(CMAKE_INTDIR);
- }
-#endif
-
// now what sould cmake do? if --build-and-test was specified then
// we run the build and test handler and return
if(cmakeAndTest)