[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestMultiProcessHandler.cxx 1.23 1.24

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 23 15:37:54 EDT 2009


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

Modified Files:
	cmCTestMultiProcessHandler.cxx 
Log Message:
Tests which are not run should be added to the failed test list.


Index: cmCTestMultiProcessHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestMultiProcessHandler.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** cmCTestMultiProcessHandler.cxx	11 Sep 2009 16:26:41 -0000	1.23
--- cmCTestMultiProcessHandler.cxx	23 Sep 2009 19:37:50 -0000	1.24
***************
*** 96,99 ****
--- 96,100 ----
      this->RunningCount -= GetProcessorsUsed(test);
      testRun->EndTest(this->Completed, this->Total, false);
+     this->Failed->push_back(this->Properties[test]->Name);
      }
  }



More information about the Cmake-commits mailing list