Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 7 "--help" | 7 "--help" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "gclient help" | 10 "name": "gclient help" |
| 11 }, | 11 }, |
| 12 { | 12 { |
| 13 "name": "$result", | 13 "name": "$result", |
| 14 "recipe_result": null, | 14 "recipe_result": null, |
| 15 "status_code": 0 | 15 "status_code": 0 |
| 16 } | 16 } |
| 17 ] | 17 ] |
| OLD | NEW |