Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: recipe_modules/git_cl/example.expected/basic.json

Issue 1925873002: Add git_cl recipe module. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@set_desc
Patch Set: remove old stuff. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/git_cl/example.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..e85b5dec3323d7028602e7f03530553c63e17496
--- /dev/null
+++ b/recipe_modules/git_cl/example.expected/basic.json
@@ -0,0 +1,66 @@
+[
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "-d"
+ ],
+ "cwd": "[TMP_BASE]/fakee_tmp_1",
+ "name": "git_cl description",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "echo",
+ "hi"
+ ],
+ "name": "echo"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "-d"
+ ],
+ "cwd": "[TMP_BASE]/fakerepo_tmp_2",
+ "name": "git_cl description (2)",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "echo",
+ "hey"
+ ],
+ "name": "echo (2)"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "-n",
+ "-"
+ ],
+ "cwd": "[TMP_BASE]/fakerepo_tmp_2",
+ "name": "git_cl set description",
+ "stdin": "new description woo",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "-d"
+ ],
+ "cwd": "[TMP_BASE]/fakerepo_tmp_2",
+ "name": "git_cl description (3)",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "echo",
+ "new description woo"
+ ],
+ "name": "echo (3)"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « recipe_modules/git_cl/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698