| Index: scripts/slave/recipes/bisection/desktop_bisect.py
|
| diff --git a/scripts/slave/recipes/bisection/desktop_bisect.py b/scripts/slave/recipes/bisection/desktop_bisect.py
|
| index 5f6210f0c9f63b62a6d06ed627b83a3d4eaf9f8d..57439964218ef967c6b3dc1b67e103eee31fcbd5 100644
|
| --- a/scripts/slave/recipes/bisection/desktop_bisect.py
|
| +++ b/scripts/slave/recipes/bisection/desktop_bisect.py
|
| @@ -23,10 +23,10 @@ def RunSteps(api):
|
| # builder.py from chromium_tests recipe module.
|
| api.chromium_tests.configure_build(mastername, buildername)
|
| api.gclient.apply_config('perf')
|
| - update_step, master_dict, _ = \
|
| + update_step, bot_db = \
|
| api.chromium_tests.prepare_checkout(mastername, buildername)
|
| api.auto_bisect.start_try_job(api, update_step=update_step,
|
| - master_dict=master_dict)
|
| + bot_db=bot_db)
|
|
|
| def GenTests(api):
|
| yield (api.test('basic')
|
|
|