| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ], | 104 ], |
| 105 "cwd": "[SLAVE_BUILD]/src", | 105 "cwd": "[SLAVE_BUILD]/src", |
| 106 "name": "build" | 106 "name": "build" |
| 107 }, | 107 }, |
| 108 { | 108 { |
| 109 "name": "$result", | 109 "name": "$result", |
| 110 "recipe_result": null, | 110 "recipe_result": null, |
| 111 "status_code": 0 | 111 "status_code": 0 |
| 112 } | 112 } |
| 113 ] | 113 ] |
| OLD | NEW |