| 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..2e7e425192024d283262d5977c4ac865a294b8e5 100644
|
| --- a/recipe_modules/git_cl/example.expected/basic.json
|
| +++ b/recipe_modules/git_cl/example.expected/basic.json
|
| @@ -2,6 +2,34 @@
|
| {
|
| "cmd": [
|
| "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
| + "upload",
|
| + "-m",
|
| + "Do the thing foobar..."
|
| + ],
|
| + "name": "git_cl upload"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
| + "description",
|
| + "-n",
|
| + "-"
|
| + ],
|
| + "name": "git_cl set description",
|
| + "stdin": "Do the thing foobar\nNow with emoji: \u00f0\u009f\u0098\u0084",
|
| + "stdout": "/path/to/tmp/"
|
| + },
|
| + {
|
| + "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",
|
| @@ -19,7 +47,7 @@
|
| "https://code.review/123",
|
| "--rietveld"
|
| ],
|
| - "name": "git_cl set description",
|
| + "name": "git_cl set description (2)",
|
| "stdin": "bammmm",
|
| "stdout": "/path/to/tmp/"
|
| },
|
| @@ -55,7 +83,7 @@
|
| "-"
|
| ],
|
| "cwd": "[TMP_BASE]/fakerepo_tmp_1",
|
| - "name": "git_cl set description (2)",
|
| + "name": "git_cl set description (3)",
|
| "stdin": "new description woo",
|
| "stdout": "/path/to/tmp/"
|
| },
|
|
|