Skip to content

Commit

Permalink
Shorten log message in test runner to make output look cleaner.
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/1123833002

Cr-Commit-Position: refs/heads/master@{#328215}
  • Loading branch information
case540 authored and Commit bot committed May 4, 2015
1 parent d9c7060 commit 91e5652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/android/pylib/remote/device/remote_device_test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ def _GetRawTestOutput(self):
return r.read()
else:
logging.warning(
'If the results are too long they could be cut off due to an '
'appurify bug. Use the --results-path option when running the '
'collect step to ensure you download the full results.')
'If the test output is too long, some test results may get cut off.')
logging.warning(
'Use the --results-path option to ensure you get the full results.')
return self._results['results']['output']

def _GetTestStatus(self, test_run_id):
Expand Down

0 comments on commit 91e5652

Please sign in to comment.