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 e8fac890f9aa9d871a4f412932b9ca637dae7388..982f1927ebe9d22b6f4af1d419cdb6d278d5e919 100644 |
--- a/scripts/slave/recipe_modules/filter/example.expected/basic.json |
+++ b/scripts/slave/recipe_modules/filter/example.expected/basic.json |
@@ -15,13 +15,18 @@ |
"python", |
"-u", |
"[SLAVE_BUILD]/build/gyp_chromium", |
- "--analyzer", |
- "yy" |
+ "--analyzer2", |
+ "{\"files\": [\"yy\"], \"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@@@" |
] |
} |
] |