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

Side by Side Diff: recipes/engine_tests/multi_test_data.expected/basic.json

Issue 1906323003: recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: tmp Created 4 years, 8 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "doge" 4 "doge"
5 ], 5 ],
6 "cwd": "[SLAVE_BUILD]",
7 "name": "doge", 6 "name": "doge",
8 "stderr": "/path/to/tmp/", 7 "stderr": "/path/to/tmp/",
9 "stdout": "/path/to/tmp/" 8 "stdout": "/path/to/tmp/"
10 }, 9 },
11 { 10 {
12 "name": "$result", 11 "name": "$result",
13 "recipe_result": null, 12 "recipe_result": null,
14 "status_code": 0 13 "status_code": 0
15 } 14 }
16 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698