| Index: buildbot/process/buildstep.py
|
| ===================================================================
|
| --- buildbot/process/buildstep.py (revision 28679)
|
| +++ buildbot/process/buildstep.py (working copy)
|
| @@ -1075,7 +1075,7 @@
|
| self.step_status.setText(self.describe(True) +
|
| ["failed", "slave", "lost"])
|
| self.step_status.setText2(["failed", "slave", "lost"])
|
| - return self.finished(FAILURE)
|
| + return self.finished(EXCEPTION)
|
|
|
| # to refine the status output, override one or more of the following
|
| # methods. Change as little as possible: start with the first ones on
|
|
|