[Cmake-commits] [cmake-commits] zach.mullen committed cmCTest.cxx 1.363 1.364
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Aug 19 09:24:57 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6231/Source
Modified Files:
cmCTest.cxx
Log Message:
Fixed overwriting of a previous change set
Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.363
retrieving revision 1.364
diff -C 2 -d -r1.363 -r1.364
*** cmCTest.cxx 19 Aug 2009 12:58:27 -0000 1.363
--- cmCTest.cxx 19 Aug 2009 13:24:53 -0000 1.364
***************
*** 1193,1197 ****
if ( output )
{
- //ZACH: need to grab the output here
tempOutput.insert(tempOutput.end(), data, data+length);
}
--- 1193,1196 ----
***************
*** 1206,1210 ****
if(output && tempOutput.begin() != tempOutput.end())
{
- //We are waiting for exit before finally appending to the output
output->append(&*tempOutput.begin(), tempOutput.size());
}
--- 1205,1208 ----
More information about the Cmake-commits
mailing list