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

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

Issue 2669033007: [recipe_engine] Fix a couple path-related bugs. (Closed)
Patch Set: Fix remainder of presubmit tests Created 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "recipe_engine/engine_tests/recipe_paths" 5 "recipe name is",
6 "recipe_engine::engine_tests/recipe_paths"
6 ], 7 ],
7 "name": "recipe_name" 8 "name": "recipe_name"
8 }, 9 },
9 { 10 {
10 "cmd": [ 11 "cmd": [
11 "python", 12 "python",
12 "-u", 13 "-u",
13 "RECIPE[recipe_engine/engine_tests/recipe_paths].resources/hello.py" 14 "RECIPE[recipe_engine::engine_tests/recipe_paths].resources/hello.py"
14 ], 15 ],
15 "name": "some_resource" 16 "name": "some_resource"
16 }, 17 },
17 { 18 {
18 "cmd": [ 19 "cmd": [
19 "echo", 20 "echo",
20 "RECIPE_PACKAGE_REPO[recipe_engine]/file/path" 21 "RECIPE_PACKAGE_REPO[recipe_engine]/file/path"
21 ], 22 ],
22 "name": "package_root" 23 "name": "package_root"
23 }, 24 },
24 { 25 {
25 "name": "$result", 26 "name": "$result",
26 "recipe_result": null, 27 "recipe_result": null,
27 "status_code": 0 28 "status_code": 0
28 } 29 }
29 ] 30 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698