Skip to content

Commit

Permalink
(fixes buildbot#719) fix what appears to be some debug code that was …
Browse files Browse the repository at this point in the history
…inadvertently left in
  • Loading branch information
krajaratnam committed Feb 19, 2010
1 parent 62b86bc commit 9ab140a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildbot/scripts/runner.py
Expand Up @@ -765,7 +765,6 @@ class DebugClientOptions(OptionsWithOptionsFile):
["master", "m", None,
"Location of the buildmaster's slaveport (host:port)"],
["passwd", "p", None, "Debug password to use"],
["myoption", "O", "DEF", "My Option!"],
]
buildbotOptions = [
[ 'debugMaster', 'passwd' ],
Expand All @@ -780,10 +779,6 @@ def parseArgs(self, *args):
if len(args) > 2:
raise usage.UsageError("I wasn't expecting so many arguments")

def postOptions(self):
print self['myoption']
sys.exit(1)

def debugclient(config):
from buildbot.clients import debug

Expand Down

0 comments on commit 9ab140a

Please sign in to comment.