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

Side by Side Diff: recipe_modules/step/examples/full.expected/warning.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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "@@@STEP_WARNINGS@@@" 106 "@@@STEP_WARNINGS@@@"
107 ] 107 ]
108 }, 108 },
109 { 109 {
110 "name": "$result", 110 "name": "$result",
111 "reason": "Step('warning') failed with return_code 1", 111 "reason": "Step('warning') failed with return_code 1",
112 "recipe_result": null, 112 "recipe_result": null,
113 "status_code": 1 113 "status_code": 1
114 } 114 }
115 ] 115 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698