| Index: build/android/bb_run_sharded_steps.py
|
| diff --git a/build/android/bb_run_sharded_steps.py b/build/android/bb_run_sharded_steps.py
|
| index 99841db61ec25256e14449f74f7e49cc86a6936d..6124819cb5c4bea3d68e3e6fb0417b2abb0b881a 100755
|
| --- a/build/android/bb_run_sharded_steps.py
|
| +++ b/build/android/bb_run_sharded_steps.py
|
| @@ -34,7 +34,7 @@ def main(argv):
|
| flaky_options = []
|
| if options.flaky_steps:
|
| flaky_options = ['--flaky-steps', options.flaky_steps]
|
| - return cmd_helper.RunCmd(['build/android/test_runner.py', 'perf',
|
| + return cmd_helper.RunCmd(['build/android/test_runner.py', 'perf', '-v',
|
| '--steps', options.steps] + flaky_options)
|
|
|
|
|
|
|