OLD | NEW |
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 ] |
OLD | NEW |