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