Skip to content

Commit

Permalink
Merge pull request #193 from sileht/master
Browse files Browse the repository at this point in the history
gabbi-run: Fix usage of STDIN
  • Loading branch information
cdent committed Dec 1, 2016
2 parents b8954e2 + f72ef59 commit 794c571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gabbi/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def run():

if not input_files:
success = run_suite(sys.stdin, handler_objects, host, port,
prefix, force_ssl, failfast, verbosity)
prefix, force_ssl, failfast,
verbosity=verbosity)
failure = not success
else:
for input_file in input_files:
Expand Down

0 comments on commit 794c571

Please sign in to comment.