ENH: try markign non zero return values as warnings for make programs
This commit is contained in:
parent
562c17dfeb
commit
f6c9b6d631
@ -709,8 +709,6 @@ int cmCTestBuildHandler::RunMakeCommand(const char* command,
|
||||
this->ErrorsAndWarnings.push_back(errorwarning);
|
||||
this->TotalWarnings ++;
|
||||
}
|
||||
cmCTestLog(this->CTest, ERROR_MESSAGE, "There was an error: "
|
||||
<< cmsysProcess_GetErrorString(cp) << std::endl);
|
||||
}
|
||||
else if(result == cmsysProcess_State_Exception)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user