Skip to content

Commit

Permalink
address another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed May 12, 2016
1 parent f36f59d commit efad8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,8 @@ def GetTestStatus(self, context, sections, defs):
class Context(object):

def __init__(self, workspace, buildspace, verbose, vm, args, expect_fail,
timeout, processor, suppress_dialogs, store_unexpected_output, repeat):
timeout, processor, suppress_dialogs,
store_unexpected_output, repeat):
self.workspace = workspace
self.buildspace = buildspace
self.verbose = verbose
Expand Down

0 comments on commit efad8e9

Please sign in to comment.