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

Unified Diff: recipe_engine/test.py

Issue 2845923002: [recipes.py] use argparse to set command automatically. (Closed)
Patch Set: rebase Created 3 years, 8 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 | « recipe_engine/run.py ('k') | recipes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/test.py
diff --git a/recipe_engine/test.py b/recipe_engine/test.py
index 94fb5ad03f97b5a65d4efff6a2543115412a7db2..68f29c06c2e0048461009d66e24495752ab568aa 100644
--- a/recipe_engine/test.py
+++ b/recipe_engine/test.py
@@ -922,8 +922,7 @@ def add_subparser(parser):
args.use_bootstrap = True
test_p.set_defaults(
- command='test', func=main,
- postprocess_func=postprocess_func,
+ func=main, postprocess_func=postprocess_func,
)
« no previous file with comments | « recipe_engine/run.py ('k') | recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698