Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1133)

Unified Diff: scripts/slave/recipe_modules/auto_bisect/api.py

Issue 2243853002: Drop unwanted dependencies on chromium_tests recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: TODO Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/auto_bisect/api.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/api.py b/scripts/slave/recipe_modules/auto_bisect/api.py
index e37274f929e97baf702ac0fb9626026f85ab010e..03329ce3b326c6df43289498426dcab99d1398ad 100644
--- a/scripts/slave/recipe_modules/auto_bisect/api.py
+++ b/scripts/slave/recipe_modules/auto_bisect/api.py
@@ -54,7 +54,7 @@ class AutoBisectApi(recipe_api.RecipeApi):
@property
def working_dir(self):
if not self._working_dir:
- self._working_dir = self.m.chromium_tests.get_checkout_dir({})
+ self._working_dir = self.m.chromium_checkout.get_checkout_dir({})
return self._working_dir or self.m.path['slave_build']
def perform_bisect(self, **flags):
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/__init__.py ('k') | scripts/slave/recipe_modules/chromium_checkout/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698