Index: recipe_modules/git_cl/example.expected/basic.json |
diff --git a/recipe_modules/git_cl/example.expected/basic.json b/recipe_modules/git_cl/example.expected/basic.json |
index 43ed4c86725a973fc4783b84adba3f70f72e560e..ca5035fcfb03e2b6099a314db4ab870a64254b84 100644 |
--- a/recipe_modules/git_cl/example.expected/basic.json |
+++ b/recipe_modules/git_cl/example.expected/basic.json |
@@ -2,6 +2,23 @@ |
{ |
"cmd": [ |
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
+ "upload", |
+ "--message-file", |
+ "Do the thing foobar\nNow with emoji: \ud83d\ude04" |
+ ], |
+ "name": "git_cl upload" |
+ }, |
+ { |
+ "cmd": [ |
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
+ "issue" |
+ ], |
+ "name": "git_cl issue", |
+ "stdout": "/path/to/tmp/" |
+ }, |
+ { |
+ "cmd": [ |
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
"description", |
"-d", |
"--rietveld", |