| Index: scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| index c0dde4d6562305d238cc7c7b35ae9c72b160eee6..27a706847e1ad78150e6be0c4904000845bd139c 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| @@ -15,13 +15,20 @@
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/build/gyp_chromium",
|
| - "--analyzer",
|
| - "foo.cc"
|
| + "--analyzer2",
|
| + "{\"files\": [\"foo.cc\"], \"targets\": []}",
|
| + "/path/to/tmp/json"
|
| ],
|
| "env": {
|
| "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
|
| },
|
| "name": "analyze",
|
| - "stdout": "/path/to/tmp/"
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| + ]
|
| }
|
| ]
|
|
|