diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-03-20 15:52:16 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-03-20 15:52:16 (GMT) |
commit | b5423a02180ffe898e9e5443af5f30f6c31c9aa3 (patch) | |
tree | d49e566bf0241ce0a7530b4897c93359244e6c6f /Source/cmCTest.cxx | |
parent | 2bd4301797ac943e9bb5be3f38eb2f0cd491591d (diff) | |
download | CMake-b5423a02180ffe898e9e5443af5f30f6c31c9aa3.zip CMake-b5423a02180ffe898e9e5443af5f30f6c31c9aa3.tar.gz CMake-b5423a02180ffe898e9e5443af5f30f6c31c9aa3.tar.bz2 |
ENH: minor additional error output
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 8e74423..eb896a9 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); } |