OLD | NEW |
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 19 matching lines...) Expand all Loading... |
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": null |
36 }, | 36 }, |
37 "name": "run json.tool" | 37 "name": "run json.tool" |
38 }, | 38 }, |
39 { | 39 { |
| 40 "cmd": [ |
| 41 "python", |
| 42 "-u", |
| 43 "print \"Hello World!\"" |
| 44 ], |
| 45 "name": "inline", |
| 46 "~followup_annotations": [ |
| 47 "@@@STEP_LOG_LINE@python.inline@print \"Hello World!\"@@@", |
| 48 "@@@STEP_LOG_END@python.inline@@@" |
| 49 ] |
| 50 }, |
| 51 { |
40 "name": "$result", | 52 "name": "$result", |
41 "recipe_result": null, | 53 "recipe_result": null, |
42 "status_code": 0 | 54 "status_code": 0 |
43 } | 55 } |
44 ] | 56 ] |
OLD | NEW |