Ticket #330: getresult.patch
| File getresult.patch, 0.6 kB (added by RobotAdam, 5 months ago) |
|---|
-
old-buildbot/buildbot/status/words.py
old new 337 337 338 338 prevBuild = build.getPreviousBuild() 339 339 if prevBuild: 340 prevResult = prevBuild.getResult ()340 prevResult = prevBuild.getResults() 341 341 342 342 if (self.notify_for('failureToSuccess') and prevResult == FAILURE and results == SUCCESS) or \ 343 343 (self.notify_for('successToFailure') and prevResult == SUCCESS and results == FAILURE):
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)