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 32438ae8fc47479a96b2d6d96e35ae133528cfc6..1d83a96e230172ebfbcb58a60e3ff76c4b433b3b 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -166,7 +166,7 @@ def RunInstrumentationSuite(options, test, flunk_on_failure=True, |
args.append('--flakiness-dashboard-server=%s' % |
options.flakiness_server) |
if test.host_driven_root: |
- args.append('--python_test_root=%s' % test.host_driven_root) |
+ args.append('--host-driven-root=%s' % test.host_driven_root) |
if test.annotation: |
args.extend(['-A', test.annotation]) |
if test.exclude_annotation: |