Commit 3dd9f40d authored by Michael Foord's avatar Michael Foord

Minor tweak to unittest command line usage message

parent d43b63fe
......@@ -98,7 +98,8 @@ class TestProgram(object):
def usageExit(self, msg=None):
if msg:
print msg
usage = {'progName': self.progName, 'catchbreak': '', 'failfast': ''}
usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '',
'buffer': ''}
if self.failfast != False:
usage['failfast'] = FAILFAST
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