| Index: recipes/engine_tests/recipe_paths.expected/basic.json
|
| diff --git a/recipes/engine_tests/recipe_paths.expected/basic.json b/recipes/engine_tests/recipe_paths.expected/basic.json
|
| index 39dcc57b2581392daa6c712f884b4f0471b735d8..c565297a59cabb360993b5605227b18fdf0cfc53 100644
|
| --- a/recipes/engine_tests/recipe_paths.expected/basic.json
|
| +++ b/recipes/engine_tests/recipe_paths.expected/basic.json
|
| @@ -2,7 +2,8 @@
|
| {
|
| "cmd": [
|
| "echo",
|
| - "recipe_engine/engine_tests/recipe_paths"
|
| + "recipe name is",
|
| + "recipe_engine::engine_tests/recipe_paths"
|
| ],
|
| "name": "recipe_name"
|
| },
|
| @@ -10,7 +11,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE[recipe_engine/engine_tests/recipe_paths].resources/hello.py"
|
| + "RECIPE[recipe_engine::engine_tests/recipe_paths].resources/hello.py"
|
| ],
|
| "name": "some_resource"
|
| },
|
|
|