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

Side by Side Diff: recipe_modules/step/examples/full.expected/defer_results.json

Issue 2913203002: [step_runner] run _merge_envs in simulation too. (Closed)
Patch Set: quotes and comments Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "Hello World" 5 "Hello World"
6 ], 6 ],
7 "name": "hello" 7 "name": "hello"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "friend": "Darth Vader" 48 "friend": "Darth Vader"
49 }, 49 },
50 "name": "goodbye" 50 "name": "goodbye"
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "recipes.py", 54 "recipes.py",
55 "--help" 55 "--help"
56 ], 56 ],
57 "env": { 57 "env": {
58 "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s" 58 "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:<PATH>"
59 }, 59 },
60 "name": "recipes help" 60 "name": "recipes help"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "bash", 64 "bash",
65 "-c", 65 "-c",
66 "exit 3" 66 "exit 3"
67 ], 67 ],
68 "name": "anything is cool" 68 "name": "anything is cool"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 ], 120 ],
121 "name": "testb" 121 "name": "testb"
122 }, 122 },
123 { 123 {
124 "name": "$result", 124 "name": "$result",
125 "reason": "You can catch step failures.", 125 "reason": "You can catch step failures.",
126 "recipe_result": null, 126 "recipe_result": null,
127 "status_code": 1 127 "status_code": 1
128 } 128 }
129 ] 129 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/examples/full.expected/basic.json ('k') | recipe_modules/step/examples/full.expected/exceptional.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698