Merge "Fix warning message with double "to""

This commit is contained in:
Zuul 2019-06-02 15:04:46 +00:00 committed by Gerrit Code Review
commit f16df2636c
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ def call_testr(regex, subunit, pretty, list_tests, slowest, parallel, concur,
group_regex = None
if not os.path.isfile('.stestr.conf') and os.path.isfile('.testr.conf'):
msg = ('No .stestr.conf file found in the CWD. Please create one to '
'to replace the .testr.conf. You can find a script to do this '
'in the stestr git repository.')
'replace the .testr.conf file. You can find a script to do '
'this in the stestr git repository.')
warnings.warn(msg)
test_dir, top_dir, group_regex = _parse_testrconf()