Fix HPUX issue with test, by doing the query to cdash for its version before any test is started.

This commit is contained in:
Bill Hoffman 2010-02-04 19:00:20 -05:00
parent a0cc49a915
commit 46ff4bbd0a
1 changed files with 3 additions and 1 deletions

View File

@ -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();
}