| Index: scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/basic.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json
|
| similarity index 51%
|
| copy from scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| copy to scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json
|
| index e8fac890f9aa9d871a4f412932b9ca637dae7388..59a990c6e45cf2596b4da97bc79551d806565794 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json
|
| @@ -15,13 +15,17 @@
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/build/gyp_chromium",
|
| - "--analyzer",
|
| - "yy"
|
| + "--analyzer2",
|
| + "{\"files\": [\"foo.cc\"], \"targets\": null}"
|
| ],
|
| "name": "analyze",
|
| - "stdout": "/path/to/tmp/",
|
| + "stdout": "/path/to/tmp/json",
|
| "~followup_annotations": [
|
| - "@@@STEP_TEXT@No compile necessary@@@"
|
| + "@@@STEP_TEXT@Error: ERROR@@@",
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"error\": \"ERROR\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| }
|
| ]
|
|
|