aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/git/examples/full.expected/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/git/examples/full.expected/test.json')
-rw-r--r--infra/bots/recipe_modules/git/examples/full.expected/test.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/git/examples/full.expected/test.json b/infra/bots/recipe_modules/git/examples/full.expected/test.json
new file mode 100644
index 0000000000..2f5fa0ef13
--- /dev/null
+++ b/infra/bots/recipe_modules/git/examples/full.expected/test.json
@@ -0,0 +1,24 @@
+[
+ {
+ "cmd": [
+ "git",
+ "status"
+ ],
+ "name": "1"
+ },
+ {
+ "cmd": [
+ "git",
+ "status"
+ ],
+ "env": {
+ "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
+ },
+ "name": "2"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+] \ No newline at end of file