Commit b3c85c9e authored by Sergiy Belozorov's avatar Sergiy Belozorov Committed by Commit Bot

[tools] Pass large_output to avoid re-running tests that generate lots of output

R=machenbach@chromium.org

Bug: chromium:893593
Change-Id: Ic3a3612fc557b1f35b4632cfab553b4492ec6222
Reviewed-on: https://chromium-review.googlesource.com/c/1382734Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58399}
parent bec64421
......@@ -164,6 +164,7 @@ class _Driver(object):
env=env,
timeout=timeout,
retries=0,
large_output=True,
)
return '\n'.join(output)
except device_errors.AdbCommandFailedError as e:
......
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