Skip to content

Commit

Permalink
Output None for test runner
Browse files Browse the repository at this point in the history
lasote committed May 7, 2018
1 parent 8b2b3ab commit 7d03140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/test/utils/runner.py
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@ def __init__(self, output, runner=None):
generate_run_log_file=True,
log_run_to_output=True)

def __call__(self, command, output, log_filepath=None, cwd=None, subprocess=False):
def __call__(self, command, output=None, log_filepath=None, cwd=None, subprocess=False):
return self.runner(command, output=self._output, log_filepath=log_filepath, cwd=cwd,
subprocess=subprocess)

0 comments on commit 7d03140

Please sign in to comment.