ENH: try markign non zero return values as warnings for make programs

This commit is contained in:
Ken Martin 2007-03-20 14:52:27 -04:00
parent 562c17dfeb
commit f6c9b6d631
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{