Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 13799010: [Android] Reduce test logging verbosity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/pylib/android_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 04d49c2b12f482bfb9106b566a5027e98ff2c56e..c77782ceab5e65b625e868531d969e5a2b99727a 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -188,8 +188,8 @@ def RunInstrumentationSuite(options, test):
buildbot_report.PrintNamedStep('%s_instrumentation_tests' % test.name.lower())
InstallApk(options, test)
- args = ['--test-apk', test.test_apk, '--test_data', test.test_data, '-vvv',
- '-I']
+ args = ['--test-apk', test.test_apk, '--test_data', test.test_data,
+ '--verbose', '-I']
if options.target == 'Release':
args.append('--release')
if options.asan:
« no previous file with comments | « no previous file | build/android/pylib/android_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698