[cmake-commits] andy committed cmCTestBuildHandler.cxx 1.58 1.59

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 4 13:06:22 EDT 2007


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

Modified Files:
	cmCTestBuildHandler.cxx 
Log Message:
COMP: Fix kwstyle


Index: cmCTestBuildHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestBuildHandler.cxx,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- cmCTestBuildHandler.cxx	28 Mar 2007 15:07:36 -0000	1.58
+++ cmCTestBuildHandler.cxx	4 Apr 2007 17:06:20 -0000	1.59
@@ -700,7 +700,8 @@
       // if a non zero return value
       if (*retVal)
         {
-        // If there was an error running command, report that on the dashboard.
+        // If there was an error running command, report that on the
+        // dashboard.
         cmCTestBuildErrorWarning errorwarning;
         errorwarning.LogLine     = 1;
         errorwarning.Text 



More information about the Cmake-commits mailing list