Kaydet (Commit) 3dd9f40d authored tarafından Michael Foord's avatar Michael Foord

Minor tweak to unittest command line usage message

üst d43b63fe
...@@ -98,7 +98,8 @@ class TestProgram(object): ...@@ -98,7 +98,8 @@ class TestProgram(object):
def usageExit(self, msg=None): def usageExit(self, msg=None):
if msg: if msg:
print msg print msg
usage = {'progName': self.progName, 'catchbreak': '', 'failfast': ''} usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '',
'buffer': ''}
if self.failfast != False: if self.failfast != False:
usage['failfast'] = FAILFAST usage['failfast'] = FAILFAST
if self.catchbreak != False: if self.catchbreak != False:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment