Index: recipes/engine_tests/recipe_paths.py |
diff --git a/recipes/engine_tests/recipe_paths.py b/recipes/engine_tests/recipe_paths.py |
index 07ef35bea2af6c990059062a8c3b63a0a9380c2f..80aaa1dc213741acadc43c2fe145b0a493c4a92e 100644 |
--- a/recipes/engine_tests/recipe_paths.py |
+++ b/recipes/engine_tests/recipe_paths.py |
@@ -11,7 +11,7 @@ DEPS = [ |
] |
def RunSteps(api): |
- api.step('recipe_name', ['echo', api.name]) |
+ api.step('recipe_name', ['echo', 'recipe name is', api.name]) |
api.python('some_resource', api.resource('hello.py')) |
api.step('package_root', ['echo', api.package_repo_resource('file', 'path')]) |