| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", | 4 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 5 "upload", |
| 6 "--message-file", |
| 7 "Do the thing foobar\nNow with emoji: \u00f0\u009f\u0098\u0084" |
| 8 ], |
| 9 "name": "git_cl upload" |
| 10 }, |
| 11 { |
| 12 "cmd": [ |
| 13 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 14 "issue" |
| 15 ], |
| 16 "name": "git_cl issue", |
| 17 "stdout": "/path/to/tmp/" |
| 18 }, |
| 19 { |
| 20 "cmd": [ |
| 21 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 5 "description", | 22 "description", |
| 6 "-d", | 23 "-d", |
| 7 "--rietveld", | 24 "--rietveld", |
| 8 "https://code.review/123" | 25 "https://code.review/123" |
| 9 ], | 26 ], |
| 10 "name": "git_cl description (build)", | 27 "name": "git_cl description (build)", |
| 11 "stdout": "/path/to/tmp/" | 28 "stdout": "/path/to/tmp/" |
| 12 }, | 29 }, |
| 13 { | 30 { |
| 14 "cmd": [ | 31 "cmd": [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "new description woo" | 92 "new description woo" |
| 76 ], | 93 ], |
| 77 "name": "echo (3)" | 94 "name": "echo (3)" |
| 78 }, | 95 }, |
| 79 { | 96 { |
| 80 "name": "$result", | 97 "name": "$result", |
| 81 "recipe_result": null, | 98 "recipe_result": null, |
| 82 "status_code": 0 | 99 "status_code": 0 |
| 83 } | 100 } |
| 84 ] | 101 ] |
| OLD | NEW |