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

Unified Diff: recipe_engine/unittests/run_test.py

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 | « README.recipes.md ('k') | recipe_modules/file/examples/glob.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/unittests/run_test.py
diff --git a/recipe_engine/unittests/run_test.py b/recipe_engine/unittests/run_test.py
index 285f9adb7d71cdab04eb3b783d522a1d1258641b..728d67d2a0a6c5610d6932a5da7dc07ad754be83 100755
--- a/recipe_engine/unittests/run_test.py
+++ b/recipe_engine/unittests/run_test.py
@@ -73,6 +73,7 @@ class RunTest(unittest.TestCase):
['uuid:examples/full'],
['file:examples/copy'],
['file:examples/copytree'],
+ ['file:examples/glob'],
['engine_tests/depend_on/top', {'to_pass': 42}],
['engine_tests/functools_partial'],
« no previous file with comments | « README.recipes.md ('k') | recipe_modules/file/examples/glob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698