From a0afa50252c52650c1cbd63767f19a6e8690ed75 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 7 Jan 2004 16:24:41 -0500 Subject: temp remove of optimization internal ctest use putenv causing trouble on cygwin --- Source/cmCTest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 195a343..8e237f6 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2821,6 +2821,7 @@ int cmCTest::RunMakeCommand(const char* command, std::string* output, int cmCTest::RunTest(std::vector argv, std::string* output, int *retVal) { std::string cmd = argv[0]; +#if 0 if(cmSystemTools::SameFile(argv[0], m_CTestSelf.c_str())) { cmCTest inst; @@ -2840,7 +2841,7 @@ int cmCTest::RunTest(std::vector argv, std::string* output, int *re } return cmsysProcess_State_Exited; } - +#endif std::vector tempOutput; if ( output ) { -- cgit v0.12