From b5423a02180ffe898e9e5443af5f30f6c31c9aa3 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 20 Mar 2007 11:52:16 -0400 Subject: [PATCH] ENH: minor additional error output --- Source/cmCTest.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 8e7442352..eb896a9b2 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -1057,6 +1057,7 @@ int cmCTest::RunMakeCommand(const char* command, std::string* output, { *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); }