| 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)
|
|
|
|
|