diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-09-08 19:10:42 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-09-08 19:14:42 (GMT) |
commit | ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03 (patch) | |
tree | 0b9e71b6a681651a8f4e1bc8f48162e4263e6472 /Source/cmCTest.cxx | |
parent | f444b9555f87ec187bff51d48cd29c22ab4a6121 (diff) | |
download | CMake-ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03.zip CMake-ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03.tar.gz CMake-ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03.tar.bz2 |
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.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index dcdc8e1..2e05883 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: |