Index: recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json |
diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json |
index b990f6cc25885d2c87e4f67b1ebb314efb3bdb7f..baaf209bdef776ce16bccac913a6a0b1d2b7854d 100644 |
--- a/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json |
+++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.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", |