Chromium Code Reviews| 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, |
| ) |