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

Side by Side Diff: recipes/engine_tests/whitelist_steps.expected/all_steps.json

Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Patch Set: Rebase Created 4 years, 2 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 "sup doc" 5 "sup doc"
6 ], 6 ],
7 "name": "something unimportant" 7 "name": "something unimportant"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
11 "echo", 11 "echo",
12 "crazy!" 12 "crazy!"
13 ], 13 ],
14 "env": { 14 "env": {
15 "FLEEM": "VERY YES" 15 "FLEEM": "VERY YES"
16 }, 16 },
17 "name": "something important" 17 "name": "something important"
18 }, 18 },
19 { 19 {
20 "cmd": [ 20 "cmd": [
21 "echo", 21 "echo",
22 "INSANITY" 22 "INSANITY"
23 ], 23 ],
24 "name": "another important" 24 "name": "another important"
25 }, 25 },
26 { 26 {
27 "cmd": [
28 "echo",
29 "FAAAAKE"
30 ],
31 "name": "fakestep"
32 },
33 {
27 "name": "$result", 34 "name": "$result",
28 "recipe_result": null, 35 "recipe_result": null,
29 "status_code": 0 36 "status_code": 0
30 } 37 }
31 ] 38 ]
OLDNEW
« no previous file with comments | « recipes/engine_tests/whitelist_steps.py ('k') | recipes/engine_tests/whitelist_steps.expected/selection.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698