Index: scripts/slave/recipe_modules/auto_bisect/bisector.py |
diff --git a/scripts/slave/recipe_modules/auto_bisect/bisector.py b/scripts/slave/recipe_modules/auto_bisect/bisector.py |
index 922557f4a4017f32010349ffc193f7ad9eccabba..e640e5c51416298dde331ae539363ed4aa1ccc3d 100644 |
--- a/scripts/slave/recipe_modules/auto_bisect/bisector.py |
+++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py |
@@ -29,6 +29,7 @@ class Bisector(object): |
Note that the initial good_rev and bad_rev MUST resolve to a commit position |
in the chromium repo. |
""" |
+ api.m.step('config', ['echo', str(dict(bisect_config))]) |
qyearsley
2015/04/03 23:20:22
Config step text would be easier to visually parse
RobertoCN
2015/04/04 00:40:48
Done.
|
super(Bisector, self).__init__() |
self._api = api |
self.bisect_config = bisect_config |