[cmake-commits] hoffman committed cmCTest.cxx 1.325 1.326

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 6 17:09:49 EDT 2007


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

Modified Files:
	cmCTest.cxx 
Log Message:
ENH: change error to warning so ctesttest3 passes


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- cmCTest.cxx	3 Aug 2007 20:41:49 -0000	1.325
+++ cmCTest.cxx	6 Aug 2007 21:09:47 -0000	1.326
@@ -320,8 +320,8 @@
     cmCTestLog(this, DEBUG, "Produce XML is on" << std::endl);
     if ( this->GetCTestConfiguration("NightlyStartTime").empty() )
       {
-      cmCTestLog(this, ERROR_MESSAGE,
-                 "No nightly start time found please set in"
+      cmCTestLog(this, WARNING,
+                 "WARNING: No nightly start time found please set in"
                  " CTestConfig.cmake or DartConfig.cmake" << std::endl);
       cmCTestLog(this, DEBUG, "Here: " << __LINE__ << std::endl);
       return 0;



More information about the Cmake-commits mailing list