| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 06156b12b10d089ab3a51cca0b01eccca9735bf3..2221e45b704c8d82bf0e7dce61e2550708a9efc1 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -649,6 +649,8 @@ def _RunPerfTests(options, args, error_func, devices):
|
| if perf_options.single_step:
|
| return perf_test_runner.PrintTestOutput('single_step')
|
|
|
| + perf_test_runner.PrintSummary(tests)
|
| +
|
| # Always return 0 on the sharding stage. Individual tests exit_code
|
| # will be returned on the print_step stage.
|
| return 0
|
|
|