| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index ea49f090243cc3c7c2a0fa1e851a3cabedb254fa..58592c9625f631df2b182e2ba075a04b551c5b61 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -147,6 +147,7 @@ def _RunStepsInternal(api):
|
| # TODO(phajdan.jr): Remove special case for layout tests.
|
| add_blink_tests = (affects_blink_paths and
|
| buildername in CHROMIUM_BLINK_TESTS_BUILDERS)
|
| + add_blink_tests = api.properties.get('force_blink_tests', add_blink_tests)
|
|
|
| # Add blink tests that work well with "analyze" here. The tricky ones
|
| # that bypass it (like the layout tests) are added later.
|
|
|