diff options
author | Brad King <brad.king@kitware.com> | 2010-09-14 17:09:58 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-09-14 17:09:58 (GMT) |
commit | 5dfa48c8c54e60627d3b815798039b1b1768a143 (patch) | |
tree | 8c426531d9ca96534632b73326d9501f059df04d | |
parent | 1ae9832988a22c9803b5675cad16290ac1f53146 (diff) | |
parent | ffda17d9ef335cbc6d2429ea35fbb5a1f57e2a03 (diff) | |
download | CMake-5dfa48c8c54e60627d3b815798039b1b1768a143.zip CMake-5dfa48c8c54e60627d3b815798039b1b1768a143.tar.gz CMake-5dfa48c8c54e60627d3b815798039b1b1768a143.tar.bz2 |
Merge topic 'lazy-query-cdash'
ffda17d We shouldn't ask CDash for its version info until/unless we actually need it.
-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: |