Fix HPUX issue with test, by doing the query to cdash for its version before any test is started.
This commit is contained in:
parent
a0cc49a915
commit
46ff4bbd0a
|
@ -349,7 +349,9 @@ cmCTest::cmCTest()
|
|||
{
|
||||
it->second->SetCTestInstance(this);
|
||||
}
|
||||
|
||||
// call this so that the information is cached up front
|
||||
// and not the first time EndTest is called.
|
||||
this->ShouldCompressTestOutput();
|
||||
// Make sure we can capture the build tool output.
|
||||
cmSystemTools::EnableVSConsoleOutput();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue