1
0
Эх сурвалжийг харах

ENH: minor additional error output

Ken Martin 19 жил өмнө
parent
commit
b5423a0218
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      Source/cmCTest.cxx

+ 1 - 0
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);
     }