Skip to content

Commit

Permalink
Merge branch 'check-step-names' of git://github.com/djmitche/buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 21, 2013
2 parents a3ce064 + c6c1477 commit 69da807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master/buildbot/test/util/steps.py
Expand Up @@ -158,6 +158,9 @@ def addLogObserver(logname, observer):
self.exp_logfiles = {}
self.exp_hidden = False

# check that the step's name is not None
self.assertNotEqual(step.name, None)

return step

def expectCommands(self, *exp):
Expand Down

0 comments on commit 69da807

Please sign in to comment.