[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestRunTest.cxx 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Aug 30 10:57:34 EDT 2009


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

Modified Files:
	cmCTestRunTest.cxx 
Log Message:
Fixed line length issue


Index: cmCTestRunTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestRunTest.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** cmCTestRunTest.cxx	28 Aug 2009 19:08:03 -0000	1.7
--- cmCTestRunTest.cxx	30 Aug 2009 14:57:30 -0000	1.8
***************
*** 392,396 ****
    this->TestProcess = new cmProcess;
    this->TestProcess->SetId(this->Index);
!   this->TestProcess->SetWorkingDirectory(this->TestProperties->Directory.c_str());
    this->TestProcess->SetCommand(this->ActualCommand.c_str());
    this->TestProcess->SetCommandArguments(this->Arguments);
--- 392,397 ----
    this->TestProcess = new cmProcess;
    this->TestProcess->SetId(this->Index);
!   this->TestProcess->SetWorkingDirectory(
!         this->TestProperties->Directory.c_str());
    this->TestProcess->SetCommand(this->ActualCommand.c_str());
    this->TestProcess->SetCommandArguments(this->Arguments);



More information about the Cmake-commits mailing list