| Index: scripts/slave/recipes/bisection/android_bisect_staging.py
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect_staging.py b/scripts/slave/recipes/bisection/android_bisect_staging.py
|
| index 013239bc8f70976a6185ba688cba6d78e5f48102..43f669ae4de16b9b9b2b0e2478d6079fed2a9752 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect_staging.py
|
| +++ b/scripts/slave/recipes/bisection/android_bisect_staging.py
|
| @@ -118,6 +118,8 @@ def RunSteps(api, mastername, buildername):
|
| update_step = api.auto_bisect_staging.ensure_checkout()
|
| api.path.c.dynamic_paths['catapult'] = (
|
| api.m.auto_bisect_staging.working_dir.join('catapult'))
|
| + api.path.c.dynamic_paths['bisect_results'] = api.path['slave_build'].join(
|
| + 'bisect_results')
|
| api.chromium_android.clean_local_files()
|
|
|
| bot_db = api.chromium_tests.create_bot_db_from_master_dict(mastername,
|
|
|