Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
add steps to the FakeBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mariangemarcano committed Nov 24, 2015
1 parent 1ba53e3 commit cb68181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/test/fake/fakebuild.py
Expand Up @@ -44,6 +44,7 @@ def __init__(self, props=None, buildrequests=[]):
pr = self.build_status.properties = properties.Properties()
pr.build = self
self.requests = buildrequests
self.steps = []

self.sources = {}
if props is None:
Expand Down

0 comments on commit cb68181

Please sign in to comment.