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

Unified Diff: README.recipes.md

Issue 2973133002: [file] fix glob_paths when NO paths match, add tests. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | recipe_engine/unittests/run_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.recipes.md
diff --git a/README.recipes.md b/README.recipes.md
index cc725ab8ec2875a9f0ec2f16f7c48cd477a84193..74ab8158ffac37adf62ae70e0c5ca020a9bdb921 100644
--- a/README.recipes.md
+++ b/README.recipes.md
@@ -48,6 +48,7 @@
* [file:examples/copy](#recipes--fileexamplescopy)
* [file:examples/copytree](#recipes--fileexamplescopytree)
* [file:examples/error](#recipes--fileexampleserror)
+ * [file:examples/glob](#recipes--fileexamplesglob)
* [generator_script:examples/full](#recipes--generator_scriptexamplesfull)
* [json:examples/full](#recipes--jsonexamplesfull)
* [path:examples/full](#recipes--pathexamplesfull)
@@ -1162,6 +1163,11 @@ Tests that step_data can accept multiple specs at once.
[DEPS](/recipe_modules/file/examples/error.py#L5): [file](#recipe_modules--file), [path](#recipe_modules--path)
— **def [RunSteps](/recipe_modules/file/examples/error.py#L11)(api):**
+### *recipes* / [file:examples/glob](/recipe_modules/file/examples/glob.py)
+
+[DEPS](/recipe_modules/file/examples/glob.py#L5): [file](#recipe_modules--file), [json](#recipe_modules--json), [path](#recipe_modules--path)
+
+— **def [RunSteps](/recipe_modules/file/examples/glob.py#L11)(api):**
### *recipes* / [generator\_script:examples/full](/recipe_modules/generator_script/examples/full.py)
[DEPS](/recipe_modules/generator_script/examples/full.py#L7): [generator\_script](#recipe_modules--generator_script), [json](#recipe_modules--json), [path](#recipe_modules--path), [properties](#recipe_modules--properties), [step](#recipe_modules--step)
« no previous file with comments | « no previous file | recipe_engine/unittests/run_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698