[cmake-commits] martink committed cmCTest.cxx 1.315 1.316

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 20 10:52:18 EST 2007


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

Modified Files:
	cmCTest.cxx 
Log Message:
ENH: minor additional error output


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -d -r1.315 -r1.316
--- cmCTest.cxx	29 Jan 2007 17:42:33 -0000	1.315
+++ cmCTest.cxx	20 Mar 2007 15:52:16 -0000	1.316
@@ -1057,6 +1057,7 @@
     {
     *output += "\n*** ERROR executing: ";
     *output += cmsysProcess_GetErrorString(cp);
+    *output += "\n***The build process failed.";
     cmCTestLog(this, ERROR_MESSAGE, "There was an error: "
       << cmsysProcess_GetErrorString(cp) << std::endl);
     }



More information about the Cmake-commits mailing list