[Cmake-commits] [cmake-commits] hoffman committed cmCTest.cxx 1.390 1.391
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Feb 4 19:00:22 EST 2010
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4350
Modified Files:
cmCTest.cxx
Log Message:
Fix HPUX issue with test, by doing the query to cdash for its version before any test is started.
Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.390
retrieving revision 1.391
diff -C 2 -d -r1.390 -r1.391
*** cmCTest.cxx 5 Jan 2010 13:53:37 -0000 1.390
--- cmCTest.cxx 5 Feb 2010 00:00:20 -0000 1.391
***************
*** 350,354 ****
it->second->SetCTestInstance(this);
}
!
// Make sure we can capture the build tool output.
cmSystemTools::EnableVSConsoleOutput();
--- 350,356 ----
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();
More information about the Cmake-commits
mailing list