Skip to content

Commit

Permalink
renderables attribute extended in ShellCommand class
Browse files Browse the repository at this point in the history
  • Loading branch information
rubocoptero committed Apr 23, 2013
1 parent 6549e95 commit 89da4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/buildbot/steps/shell.py
Expand Up @@ -68,7 +68,8 @@ class ShellCommand(buildstep.LoggingBuildStep):
name = "shell"
renderables = buildstep.LoggingBuildStep.renderables + [
'slaveEnvironment', 'remote_kwargs', 'command',
'description', 'descriptionDone', 'descriptionSuffix']
'description', 'descriptionDone', 'descriptionSuffix',
'haltOnFailure', 'flunkOnFailure']

description = None # set this to a list of short strings to override
descriptionDone = None # alternate description when the step is complete
Expand Down

0 comments on commit 89da4d9

Please sign in to comment.