Index: build/android/run_instrumentation_tests.py |
diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py |
index f484dac9d5759b67fc15b18f7f529f818b759f5a..1353ac29e04b6f251997bc26217f3c0d2ced185a 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) |