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

Side by Side Diff: recipe_modules/python/examples/full.expected/basic.json

Issue 2925453002: [context] Add path prefix/suffix manipulation. (Closed)
Patch Set: 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
« no previous file with comments | « recipe_modules/context/tests/env.expected/basic.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "import sys; sys.exit(0)" 6 "import sys; sys.exit(0)"
7 ], 7 ],
8 "name": "success", 8 "name": "success",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_LOG_LINE@success@This step is a success@@@", 10 "@@@STEP_LOG_LINE@success@This step is a success@@@",
(...skipping 14 matching lines...) Expand all
25 ] 25 ]
26 }, 26 },
27 { 27 {
28 "cmd": [ 28 "cmd": [
29 "python", 29 "python",
30 "-m", 30 "-m",
31 "json.tool", 31 "json.tool",
32 "{\"something\":[true,true]}" 32 "{\"something\":[true,true]}"
33 ], 33 ],
34 "env": { 34 "env": {
35 "PYTHONUNBUFFERED": null 35 "PYTHONUNBUFFERED": ""
iannucci 2017/06/08 00:46:59 damn I missed this >_<
36 }, 36 },
37 "name": "run json.tool" 37 "name": "run json.tool"
38 }, 38 },
39 { 39 {
40 "cmd": [ 40 "cmd": [
41 "python", 41 "python",
42 "-u", 42 "-u",
43 "print \"Hello World!\"" 43 "print \"Hello World!\""
44 ], 44 ],
45 "name": "inline", 45 "name": "inline",
(...skipping 21 matching lines...) Expand all
67 "--verify-six" 67 "--verify-six"
68 ], 68 ],
69 "name": "run vpython.spec" 69 "name": "run vpython.spec"
70 }, 70 },
71 { 71 {
72 "name": "$result", 72 "name": "$result",
73 "recipe_result": null, 73 "recipe_result": null,
74 "status_code": 0 74 "status_code": 0
75 } 75 }
76 ] 76 ]
OLDNEW
« no previous file with comments | « recipe_modules/context/tests/env.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698