| [ | |
| { | |
| "cmd": [ | |
| "echo", | |
| "recipe name is", | |
| "recipe_engine::engine_tests/recipe_paths" | |
| ], | |
| "name": "recipe_name" | |
| }, | |
| { | |
| "cmd": [ | |
| "python", | |
| "-u", | |
| "RECIPE[recipe_engine::engine_tests/recipe_paths].resources/hello.py" | |
| ], | |
| "name": "some_resource" | |
| }, | |
| { | |
| "cmd": [ | |
| "echo", | |
| "RECIPE_REPO[recipe_engine]/file/path" | |
| ], | |
| "name": "repo_root" | |
| }, | |
| { | |
| "name": "$result" | |
| } | |
| ] |