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 e85b5dec3323d7028602e7f03530553c63e17496..7d645a8a142adff661e343298c0d882ee0075ab0 100644 |
--- a/recipe_modules/git_cl/example.expected/basic.json |
+++ b/recipe_modules/git_cl/example.expected/basic.json |
@@ -2,14 +2,27 @@ |
{ |
"cmd": [ |
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
- "-d" |
+ "-d", |
+ "https://code.review/123", |
+ "--rietveld" |
], |
- "cwd": "[TMP_BASE]/fakee_tmp_1", |
"name": "git_cl description", |
"stdout": "/path/to/tmp/" |
}, |
{ |
"cmd": [ |
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
+ "-n", |
+ "-", |
+ "https://code.review/123", |
+ "--rietveld" |
+ ], |
+ "name": "git_cl set description", |
+ "stdin": "bammmm", |
+ "stdout": "/path/to/tmp/" |
+ }, |
+ { |
+ "cmd": [ |
"echo", |
"hi" |
], |
@@ -20,7 +33,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
"-d" |
], |
- "cwd": "[TMP_BASE]/fakerepo_tmp_2", |
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1", |
"name": "git_cl description (2)", |
"stdout": "/path/to/tmp/" |
}, |
@@ -37,8 +50,8 @@ |
"-n", |
"-" |
], |
- "cwd": "[TMP_BASE]/fakerepo_tmp_2", |
- "name": "git_cl set description", |
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1", |
+ "name": "git_cl set description (2)", |
"stdin": "new description woo", |
"stdout": "/path/to/tmp/" |
}, |
@@ -47,7 +60,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
"-d" |
], |
- "cwd": "[TMP_BASE]/fakerepo_tmp_2", |
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1", |
"name": "git_cl description (3)", |
"stdout": "/path/to/tmp/" |
}, |