From ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Wed, 8 Sep 2010 15:10:42 -0400 Subject: [PATCH] We shouldn't ask CDash for its version info until/unless we actually need it. --- Source/cmCTest.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index dcdc8e15b..2e05883e9 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: