| Index: scripts/slave/recipe_modules/auto_bisect/local_bisect.py
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/local_bisect.py b/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
|
| index a797ddc932787285e44c8f1b6f9be1358b9db518..0f4e6a97873287e6446ca8d19e34f14463810a66 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
|
| @@ -24,6 +24,7 @@ def perform_bisect(api, **flags):
|
| api.m.bisect_tester.device_to_test = device
|
| try:
|
| _perform_single_bisect(api, bisect_attempts, **flags)
|
| + break
|
| except api.m.step.StepFailure:
|
| # Redo the bisect job if target platform is android and bisect
|
| # failed because the test device disconnected
|
|
|