| Index: scripts/slave/recipes/blink_downstream.py
|
| diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py
|
| index cb7f02e58a1963ee4a73e6a89eb547dc78722cc5..76dfbd220cf6f53ff5711fbec09727cf889ccb91 100644
|
| --- a/scripts/slave/recipes/blink_downstream.py
|
| +++ b/scripts/slave/recipes/blink_downstream.py
|
| @@ -30,6 +30,7 @@ from infra.libs.infra_types import freeze
|
| DEPS = [
|
| 'bot_update',
|
| 'chromium',
|
| + 'chromium_tests',
|
| 'gclient',
|
| 'json',
|
| 'path',
|
| @@ -132,7 +133,7 @@ def GenSteps(api):
|
| ])
|
|
|
| tests = [
|
| - api.chromium.steps.BlinkTest(extra_args=extra_args),
|
| + api.chromium_tests.steps.BlinkTest(extra_args=extra_args),
|
| ]
|
| api.test_utils.determine_new_failures(api, tests, component_pinned_fn)
|
|
|
|
|