| 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 aeb02e3555cea8d0c9c673c76727ea67ca763434..2c4700bc05fce6eadf761005a7e2c689d9e56f9e 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,10 +15,17 @@
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/build/gyp_chromium",
|
| - "--analyzer",
|
| - "foo.cc"
|
| + "--analyzer2",
|
| + "{\"files\": [\"foo.cc\"], \"targets\": []}",
|
| + "/path/to/tmp/json"
|
| ],
|
| "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@@@"
|
| + ]
|
| }
|
| ]
|
|
|