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..339940d30d0288c6816c88a1f63780959d56fc3e 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: \u00f0\u009f\u0098\u0084" |
+ ], |
+ "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", |