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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
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"
},

Powered by Google App Engine
This is Rietveld 408576698