| Index: scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/basic.json b/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| index 0c8c579652d8294bc3ff5a27cb8096850c10b55f..747e70b948f62964cbfe1d1bfaac058193d72410 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/basic.json
|
| @@ -15,16 +15,21 @@
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/build/gyp_chromium",
|
| - "--analyzer",
|
| - "yy"
|
| + "--analyzer2",
|
| + "{\"files\": [\"yy\"], \"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_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@@@"
|
| ]
|
| }
|
| ]
|
|
|