Index: scripts/slave/recipes/bisection/android_bisect.py |
diff --git a/scripts/slave/recipes/bisection/android_bisect.py b/scripts/slave/recipes/bisection/android_bisect.py |
index b305a1f80a223c4f2acb9ade240f11fee8a1aa73..cfcdf5a7479c4e632d7e4c996819b6fc54e48960 100644 |
--- a/scripts/slave/recipes/bisection/android_bisect.py |
+++ b/scripts/slave/recipes/bisection/android_bisect.py |
@@ -104,6 +104,8 @@ def RunSteps(api, mastername, buildername): |
for c in bot_config.get('gclient_apply_config', []): |
api.gclient.apply_config(c) |
update_step = api.bot_update.ensure_checkout() |
+ api.path.c.dynamic_paths['catapult'] = api.path['slave_build'].join( |
+ 'catapult') |
api.chromium_android.clean_local_files() |
bot_db = api.chromium_tests.create_bot_db_from_master_dict(mastername, |