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]/presubmit_support.py" |
| 7 "--help" | |
| 8 ], | 7 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "gclient help" | 9 "name": "presubmit" |
| 11 }, | 10 }, |
| 12 { | 11 { |
| 13 "name": "$result", | 12 "name": "$result", |
| 14 "recipe_result": null, | 13 "recipe_result": null, |
| 15 "status_code": 0 | 14 "status_code": 0 |
| 16 } | 15 } |
| 17 ] | 16 ] |
| OLD | NEW |