commit | 2be28ee8a2d41ccec5c6becd715cfae1574c9b12 | [log] [tgz] |
---|---|---|
author | jbudorick <[email protected]> | Tue Feb 16 15:53:23 2016 |
committer | Commit bot <[email protected]> | Tue Feb 16 15:55:43 2016 |
tree | 93e7ea225c1f72eea73ef99d1d484931eae62db6 | |
parent | eb00ce505fec519a6ca3206e4e3d69e60837abd4 [diff] [blame] |
[Android] Trim extraneous logging in the android test runner. BUG= Review URL: https://codereview.chromium.org/1704453002 Cr-Commit-Position: refs/heads/master@{#375584}
diff --git a/build/android/test_runner.py b/build/android/test_runner.py index 0f7e2612..ca6fe41 100755 --- a/build/android/test_runner.py +++ b/build/android/test_runner.py
@@ -973,6 +973,7 @@ command = args.command ProcessCommonOptions(args) + logging.info('command: %s', ' '.join(sys.argv)) if args.enable_platform_mode: return RunTestsInPlatformMode(args)