Index: recipe_modules/tryserver/example.expected/with_rietveld_patch.json |
diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json |
index 4c3bb4acb34c7f9d2d623441537bc3ef0b7515aa..1d0b488c08fbbf0b93ea695ae193153b2afb7b86 100644 |
--- a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json |
+++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json |
@@ -21,6 +21,32 @@ |
}, |
{ |
"cmd": [ |
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
+ "description", |
+ "-d", |
+ "--rietveld", |
+ "https://codereview.chromium.org/12853011" |
+ ], |
+ "name": "git_cl description", |
+ "stdout": "/path/to/tmp/" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py", |
+ "--json", |
+ "/path/to/tmp/json" |
+ ], |
+ "name": "parse description", |
+ "stdin": "foobar", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
+ "@@@STEP_LOG_END@json.output (invalid)@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
"git", |
"diff", |
"--cached", |