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

Unified Diff: build/android/run_instrumentation_tests.py

Issue 11775013: Remove redundant android buildbot step annotation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 56ed872b8bed8634019dfae203027a57dcf40e0d..add8c7a95af27f0f46e0b48b9da5b9a8f8acd44e 100755
--- a/build/android/run_instrumentation_tests.py
+++ b/build/android/run_instrumentation_tests.py
@@ -73,9 +73,6 @@ def main(argv):
args)
run_tests_helper.SetLogLevel(options.verbose_count)
- buildbot_report.PrintNamedStep(
- 'Instrumentation tests: %s - %s' % (', '.join(options.annotation),
- options.test_apk))
ret = 1
try:
ret = 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