| Index: build/android/buildbot/bb_device_steps.py
|
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
|
| index 45187d539ebdb348edcc049e4bf0a3a484f3eb09..6c3c52afab1822c07fcba44c06ed72ebf88fc313 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -167,7 +167,7 @@ def RunInstrumentationSuite(options, test, flunk_on_failure=True):
|
|
|
| InstallApk(options, test)
|
| args = ['--test-apk', test.test_apk, '--test_data', test.test_data,
|
| - '--verbose', '-I']
|
| + '--verbose']
|
| if options.target == 'Release':
|
| args.append('--release')
|
| if options.asan:
|
|
|