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

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

Issue 1668803002: depot_tools: add presubmit recipe module (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/example.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]/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 ]
OLDNEW
« no previous file with comments | « recipe_modules/presubmit/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698