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