summaryrefslogtreecommitdiff
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-09-08 15:10:42 -0400
committerZach Mullen <zach.mullen@kitware.com>2010-09-08 15:14:42 -0400
commitffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03 (patch)
tree0b9e71b6a681651a8f4e1bc8f48162e4263e6472 /Source/cmCTest.cxx
parentf444b9555f87ec187bff51d48cd29c22ab4a6121 (diff)
downloadcmake-ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03.tar.gz
We shouldn't ask CDash for its version info until/unless we actually need it.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index dcdc8e15b2..2e05883e94 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -490,10 +490,6 @@ int cmCTest::Initialize(const char* binary_dir, cmCTestStartCommand* command)
return 0;
}
- // call this so that the information is cached up front
- // and not the first time EndTest is called.
- this->ShouldCompressTestOutput();
-
if ( this->ProduceXML )
{
// Verify "Testing" directory exists: