Merge topic 'lazy-query-cdash'
ffda17d
We shouldn't ask CDash for its version info until/unless we actually need it.
This commit is contained in:
commit
5dfa48c8c5
|
@ -490,10 +490,6 @@ int cmCTest::Initialize(const char* binary_dir, cmCTestStartCommand* command)
|
||||||
return 0;
|
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 )
|
if ( this->ProduceXML )
|
||||||
{
|
{
|
||||||
// Verify "Testing" directory exists:
|
// Verify "Testing" directory exists:
|
||||||
|
|
Loading…
Reference in New Issue