Skip to content

Commit

Permalink
add a comment about useLog and fakeLogData
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 28, 2012
1 parent 4582b56 commit 935399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/test/fake/remotecommand.py
Expand Up @@ -59,6 +59,7 @@ def didFail(self):
return self.rc not in self.successfulRC

def fakeLogData(self, step, log, header='', stdout='', stderr=''):
# note that this should not be used in the same test as useLog(Delayed)
self.logs[log] = l = FakeLogFile(log, step)
l.fakeData(header=header, stdout=stdout, stderr=stderr)

Expand Down

0 comments on commit 935399f

Please sign in to comment.