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

Unified Diff: unittests/repo_test_util.py

Issue 2790493007: test: promote --train to its own subcommand (Closed)
Patch Set: Created 3 years, 9 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
Index: unittests/repo_test_util.py
diff --git a/unittests/repo_test_util.py b/unittests/repo_test_util.py
index c612913d07c964c306b78223123fd3234cb0cc85..c28ead2e8a6c8b4f66f2c5f8b32fede01a3119f3 100644
--- a/unittests/repo_test_util.py
+++ b/unittests/repo_test_util.py
@@ -207,7 +207,7 @@ class RepoTest(unittest.TestCase):
args.extend(['-O', '%s=%s' % (repo, path)])
args.extend([
'--use-bootstrap',
- 'test', 'run', '--train',
+ 'test', 'train',
])
subprocess.check_output(args, stderr=subprocess.STDOUT)
« recipe_engine/test.py ('K') | « recipe_engine/test.py ('k') | unittests/test_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698