Skip to content

Commit

Permalink
also run webstatus on an arbitrary port
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 5, 2012
1 parent 536a998 commit 74e74c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/integration/test_master.py
Expand Up @@ -112,7 +112,7 @@ def test_master2(self):
slavenames=["local1"],
factory=f1))
c['status'] = []
c['status'].append(html.WebStatus(http_port=8010))
c['status'].append(html.WebStatus(http_port=0))
c['title'] = "test"
c['titleURL'] = "test"
c['buildbotURL'] = "http://localhost:8010/"
Expand Down

0 comments on commit 74e74c9

Please sign in to comment.