BUG: even safer checking of return value

This commit is contained in:
Ken Martin 2007-03-28 11:07:36 -04:00
parent f0857fcbd3
commit fabd9def68
1 changed files with 8 additions and 7 deletions

View File

@ -713,6 +713,7 @@ int cmCTestBuildHandler::RunMakeCommand(const char* command,
this->TotalWarnings ++;
}
}
}
else if(result == cmsysProcess_State_Exception)
{
if (retVal)