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..944340821b48ab2f6041f0a4530a308e89a078ad 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -272,10 +272,8 @@ 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') |
+ RunCmd(['build/android/provision_devices.py']) |
Isaac (away)
2013/04/05 05:41:18
Let's pass target, even though it's currently used
Isaac (away)
2013/04/05 05:41:47
*even though it's not currently used.
Siva Chandra
2013/04/05 20:55:31
Done.
|
if options.install: |
test_obj = INSTRUMENTATION_TESTS[options.install] |