| Index: scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json b/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| index ef996b8195dc16dd2e3215bc0edca5ca5f9398f6..47740767815d4e04b7ab771b2a64e900ed4c4a16 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| @@ -15,13 +15,18 @@
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/build/gyp_chromium",
|
| - "--analyzer",
|
| - "bar.cc"
|
| + "--analyzer2",
|
| + "{\"files\": [\"bar.cc\"], \"targets\": []}",
|
| + "/path/to/tmp/json"
|
| ],
|
| "name": "analyze",
|
| - "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| - "@@@STEP_TEXT@No compile necessary@@@"
|
| + "@@@STEP_TEXT@No compile necessary@@@",
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| }
|
| ]
|
|
|