| Index: scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_exes.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_exes.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_exes.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..706da2511d5964f8878ebfa5d3425c22dab61191
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_exes.json
|
| @@ -0,0 +1,33 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "diff",
|
| + "--cached",
|
| + "--name-only"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "git diff to analyze patch",
|
| + "stdout": "/path/to/tmp/"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[SLAVE_BUILD]/build/gyp_chromium",
|
| + "--analyzer2",
|
| + "{\"files\": [\"foo.cc\"], \"targets\": [\"foo\", \"bar\"]}"
|
| + ],
|
| + "name": "analyze",
|
| + "stdout": "/path/to/tmp/json",
|
| + "~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@ \"foo\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ ]@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| + ]
|
| + }
|
| +]
|
|
|