| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[depot_tools]/presubmit_support.py" | 6 "RECIPE_PACKAGE[depot_tools]/presubmit_support.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "env": { |
| 10 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 11 }, |
| 9 "name": "presubmit" | 12 "name": "presubmit" |
| 10 }, | 13 }, |
| 11 { | 14 { |
| 12 "name": "$result", | 15 "name": "$result", |
| 13 "recipe_result": null, | 16 "recipe_result": null, |
| 14 "status_code": 0 | 17 "status_code": 0 |
| 15 } | 18 } |
| 16 ] | 19 ] |
| OLD | NEW |