Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: recipe_modules/presubmit/example.expected/basic.json

Issue 1665233002: presubmit: add depot_tools to PATH (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « recipe_modules/presubmit/api.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ]
OLDNEW
« no previous file with comments | « recipe_modules/presubmit/api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698