[Cmake-commits] [cmake-commits] zach.mullen committed cmCTest.cxx 1.368 1.369

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 24 09:49:50 EDT 2009


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

Modified Files:
	cmCTest.cxx 
Log Message:
Reformat ctest -N output.  Removed the "Start processing tests" message as well.


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.368
retrieving revision 1.369
diff -C 2 -d -r1.368 -r1.369
*** cmCTest.cxx	11 Sep 2009 17:34:35 -0000	1.368
--- cmCTest.cxx	24 Sep 2009 13:49:46 -0000	1.369
***************
*** 798,802 ****
    int update_count = 0;
  
!   cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl);
  
    for(Part p = PartStart; notest && p != PartCount; p = Part(p+1))
--- 798,802 ----
    int update_count = 0;
  
!   //cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl);
  
    for(Part p = PartStart; notest && p != PartCount; p = Part(p+1))



More information about the Cmake-commits mailing list