| Index: recipe_modules/gclient/example.expected/tryserver.json
|
| diff --git a/recipe_modules/gclient/example.expected/tryserver.json b/recipe_modules/gclient/example.expected/tryserver.json
|
| index dd0061fe618850881c6eae57a5f3b15b4ba2b86a..4cc6e76af0691a31c6a7e2f725bc884e65803d2f 100644
|
| --- a/recipe_modules/gclient/example.expected/tryserver.json
|
| +++ b/recipe_modules/gclient/example.expected/tryserver.json
|
| @@ -82,6 +82,21 @@
|
| },
|
| {
|
| "cmd": [
|
| + "git",
|
| + "diff",
|
| + "--cached",
|
| + "--name-only"
|
| + ],
|
| + "cwd": "[ROOT]/src",
|
| + "name": "git diff to analyze patch",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
|
| + "@@@STEP_LOG_END@files@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| "python",
|
| "-u",
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
|
|