| Index: scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json
|
| diff --git a/scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json b/scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7377b8227a091475e04d6dd126e899a596af398f
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json
|
| @@ -0,0 +1,23 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "diff",
|
| + "r1~1",
|
| + "r1",
|
| + "--name-only"
|
| + ],
|
| + "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| + "name": "git diff to analyze commit",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@files@foo.cc@@@",
|
| + "@@@STEP_LOG_END@files@@@"
|
| + ]
|
| + },
|
| + {
|
| + "name": "$result",
|
| + "recipe_result": null,
|
| + "status_code": 0
|
| + }
|
| +]
|
|
|