| 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 a0d0d195e546d22a3420a660639f941c2b4ce91c..04d49c2b12f482bfb9106b566a5027e98ff2c56e 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -272,10 +272,9 @@ def MainTestWrapper(options):
|
| RunCmd(['build/android/device_status_check.py'])
|
|
|
| # Provision devices
|
| - if options.auto_reconnect:
|
| - buildbot_report.PrintNamedStep('provision_devices')
|
| - target = options.factory_properties.get('target', 'Debug')
|
| - RunCmd(['build/android/provision_devices.py', '-t', target])
|
| + buildbot_report.PrintNamedStep('provision_devices')
|
| + target = options.factory_properties.get('target', 'Debug')
|
| + RunCmd(['build/android/provision_devices.py', '-t', target])
|
|
|
| if options.install:
|
| test_obj = INSTRUMENTATION_TESTS[options.install]
|
|
|