ENH: minor additional error output

This commit is contained in:
Ken Martin 2007-03-20 11:52:16 -04:00
parent 2bd4301797
commit b5423a0218
1 changed files with 1 additions and 0 deletions

View File

@ -1057,6 +1057,7 @@ int cmCTest::RunMakeCommand(const char* command, std::string* output,
{ {
*output += "\n*** ERROR executing: "; *output += "\n*** ERROR executing: ";
*output += cmsysProcess_GetErrorString(cp); *output += cmsysProcess_GetErrorString(cp);
*output += "\n***The build process failed.";
cmCTestLog(this, ERROR_MESSAGE, "There was an error: " cmCTestLog(this, ERROR_MESSAGE, "There was an error: "
<< cmsysProcess_GetErrorString(cp) << std::endl); << cmsysProcess_GetErrorString(cp) << std::endl);
} }