Chromium Code Reviews

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

Issue 1923013002: Revert of recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "doge" 4 "doge"
5 ], 5 ],
6 "cwd": "[SLAVE_BUILD]",
6 "name": "doge", 7 "name": "doge",
7 "stderr": "/path/to/tmp/", 8 "stderr": "/path/to/tmp/",
8 "stdout": "/path/to/tmp/" 9 "stdout": "/path/to/tmp/"
9 }, 10 },
10 { 11 {
11 "name": "$result", 12 "name": "$result",
12 "recipe_result": null, 13 "recipe_result": null,
13 "status_code": 0 14 "status_code": 0
14 } 15 }
15 ] 16 ]
OLDNEW

Powered by Google App Engine