[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestRunTest.cxx 1.24 1.25

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 29 14:32:00 EDT 2009


Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv22204

Modified Files:
	cmCTestRunTest.cxx 
Log Message:
BUG: CTest should honor test timeouts.


Index: cmCTestRunTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestRunTest.cxx,v
retrieving revision 1.24
retrieving revision 1.25
diff -C 2 -d -r1.24 -r1.25
*** cmCTestRunTest.cxx	29 Sep 2009 13:45:43 -0000	1.24
--- cmCTestRunTest.cxx	29 Sep 2009 18:31:58 -0000	1.25
***************
*** 436,439 ****
--- 436,441 ----
               << "Test timeout computed to be: " << timeout << "\n");
  
+   this->TestProcess->SetTimeout(timeout);
+ 
    if (this->ModifyEnv)
      {



More information about the Cmake-commits mailing list