mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
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
Block a user