[cmake-commits] andy committed cmCTestCoverageHandler.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 12 16:31:59 EDT 2006


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

Modified Files:
	cmCTestCoverageHandler.cxx 
Log Message:
BUG: Use BuildDirectory from the DartConfiguration information. Also, Make missing coverage information not make ctest fail


Index: cmCTestCoverageHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestCoverageHandler.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cmCTestCoverageHandler.cxx	5 Oct 2006 21:53:09 -0000	1.32
+++ cmCTestCoverageHandler.cxx	12 Oct 2006 20:31:54 -0000	1.33
@@ -251,7 +251,7 @@
 
   if ( files.size() == 0 )
     {
-    cmCTestLog(this->CTest, ERROR_MESSAGE, " Cannot find any coverage files."
+    cmCTestLog(this->CTest, WARNING, " Cannot find any coverage files. Ignoring Coverage request."
       << std::endl);
     // No coverage files is a valid thing, so the exit code is 0 
     cmSystemTools::ChangeDirectory(currentDirectory.c_str());



More information about the Cmake-commits mailing list