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

Side by Side Diff: recipes/engine_tests/nonexistent_command.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 "missing_command" 4 "missing_command"
5 ], 5 ],
6 "cwd": "[SLAVE_BUILD]",
7 "name": "Run missing command" 6 "name": "Run missing command"
8 }, 7 },
9 { 8 {
10 "name": "$result", 9 "name": "$result",
11 "recipe_result": null, 10 "recipe_result": null,
12 "status_code": 0 11 "status_code": 0
13 } 12 }
14 ] 13 ]
OLDNEW
« no previous file with comments | « recipes/engine_tests/multi_test_data.expected/basic.json ('k') | recipes/engine_tests/subannotations.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698