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

Unified Diff: recipes/engine_tests/recipe_paths.resources/hello.py

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.resources/hello.py
diff --git a/recipes/engine_tests/recipe_paths.resources/hello.py b/recipes/engine_tests/recipe_paths.resources/hello.py
new file mode 100644
index 0000000000000000000000000000000000000000..08446c57872a12c8c8fe03afdc868be680a5b702
--- /dev/null
+++ b/recipes/engine_tests/recipe_paths.resources/hello.py
@@ -0,0 +1,5 @@
+# Copyright 2016 The LUCI Authors. All rights reserved.
+# Use of this source code is governed under the Apache License, Version 2.0
+# that can be found in the LICENSE file.
+
+print "Hello world"
« recipe_engine/recipe_api.py ('K') | « recipes/engine_tests/recipe_paths.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698