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

Unified Diff: recipes/engine_tests/recipe_paths.expected/basic.json

Issue 2512253002: Add name, package_repo_resource and resource support to recipe scripts. (Closed)
Patch Set: Fix bug, add additional test Created 4 years, 1 month 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
new file mode 100644
index 0000000000000000000000000000000000000000..39dcc57b2581392daa6c712f884b4f0471b735d8
--- /dev/null
+++ b/recipes/engine_tests/recipe_paths.expected/basic.json
@@ -0,0 +1,29 @@
+[
+ {
+ "cmd": [
+ "echo",
+ "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_PACKAGE_REPO[recipe_engine]/file/path"
+ ],
+ "name": "package_root"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698