Index: scripts/slave/recipe_modules/chromium_android/example.py |
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py |
index f936b47cb6e017388c131df4103b1285d2387b20..da7f27fb65e1c46d8f596170d59e1047a2d285b2 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/example.py |
+++ b/scripts/slave/recipe_modules/chromium_android/example.py |
@@ -109,7 +109,7 @@ def RunSteps(api, buildername): |
api.chromium.c.env.ADB_VENDOR_KEYS = api.path['build'].join( |
'site_config', '.adb_key') |
- api.chromium_android.init_and_sync() |
+ api.chromium_android.init_and_sync(use_bot_update=False) |
api.chromium.runhooks() |
api.chromium_android.run_tree_truth(additional_repos=['foo']) |
@@ -318,7 +318,7 @@ def GenTests(api): |
</TestPackage> |
</TestResult> """ |
yield (api.test('webview_cts_unexpected_class_failure') + |
- properties_for('webview_cts') + |
+ properties_for('webview_cts') + |
api.override_step_data('Run CTS', api.raw_io.stream_output( |
'Created xml report file at file:///path/to/testResult.xml', |
stream='stdout')) + |
@@ -352,4 +352,4 @@ def GenTests(api): |
properties_for('webview_cts') + |
api.override_step_data('Run CTS', api.raw_io.stream_output( |
'Invalid CTS output here...', |
- stream='stdout'))) |
+ stream='stdout'))) |