| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 1e825cfb7569af8c95ab0346e0acbeceaa82cffb..b88879b45f32b9f10d1fd79d1d50ae59704db0b8 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -467,7 +467,8 @@ def _RunStepsInternal(api):
|
| affected_files,
|
| all_compile_targets(api, tests + tests_including_triggered),
|
| compile_targets,
|
| - 'trybot_analyze_config.json')
|
| + 'trybot_analyze_config.json',
|
| + legacy_postprocess=False)
|
|
|
| if not requires_compile:
|
| return
|
|
|