[Cmake-commits] [cmake-commits] david.cole committed cmCTest.cxx 1.375 1.376

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 15 07:38:53 EDT 2009


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

Modified Files:
	cmCTest.cxx 
Log Message:
Fix crash on Windows. Remove trailing white space from regex. These changes should correct all failures of the new FailedSubmit tests.


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.375
retrieving revision 1.376
diff -C 2 -d -r1.375 -r1.376
*** cmCTest.cxx	13 Oct 2009 20:39:47 -0000	1.375
--- cmCTest.cxx	15 Oct 2009 11:38:47 -0000	1.376
***************
*** 2370,2374 ****
  {
    cmCTestLog(this, HANDLER_VERBOSE_OUTPUT, "SetCTestConfiguration:"
!              << name << ":" << value << "\n");
  
    if ( !name )
--- 2370,2374 ----
  {
    cmCTestLog(this, HANDLER_VERBOSE_OUTPUT, "SetCTestConfiguration:"
!     << name << ":" << (value ? value : "(null)") << "\n");
  
    if ( !name )



More information about the Cmake-commits mailing list