| 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)
|
|
|