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

Unified Diff: build/android/run_instrumentation_tests.py

Issue 10979027: Add test APK information to buildbot step for Android instrumentation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_instrumentation_tests.py
diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py
index 43c3ae6ab13ffa9c85f76b4a7f9e6b70ef56dfa0..44c3e7aa3a2e0b514dd914588141431b2c140d44 100755
--- a/build/android/run_instrumentation_tests.py
+++ b/build/android/run_instrumentation_tests.py
@@ -77,8 +77,9 @@ def main(argv):
args)
run_tests_helper.SetLogLevel(options.verbose_count)
- buildbot_report.PrintNamedStep('Instrumentation tests: %s'
- % ', '.join(options.annotation))
+ buildbot_report.PrintNamedStep(
+ 'Instrumentation tests: %s - %s' % (', '.join(options.annotation),
+ options.test_apk))
return DispatchInstrumentationTests(options)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698