[Cmake-commits] [cmake-commits] zach.mullen committed cmCTest.cxx 1.372 1.373

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 12 11:11:47 EDT 2009


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

Modified Files:
	cmCTest.cxx 
Log Message:
Uncomment block in InitializeFromCommand (accidentally checked this change in)


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.372
retrieving revision 1.373
diff -C 2 -d -r1.372 -r1.373
*** cmCTest.cxx	12 Oct 2009 15:06:49 -0000	1.372
--- cmCTest.cxx	12 Oct 2009 15:11:43 -0000	1.373
***************
*** 455,462 ****
  bool cmCTest::InitializeFromCommand(cmCTestCommand* command, bool first)
  {
!   //if ( !first && !this->CurrentTag.empty() )
!    // {
!    // return true;
!    // }
  
    std::string src_dir
--- 455,462 ----
  bool cmCTest::InitializeFromCommand(cmCTestCommand* command, bool first)
  {
!   if ( !first && !this->CurrentTag.empty() )
!     {
!     return true;
!     }
  
    std::string src_dir



More information about the Cmake-commits mailing list