diff --git a/os_testr/ostestr.py b/os_testr/ostestr.py index 0685462..896d6eb 100755 --- a/os_testr/ostestr.py +++ b/os_testr/ostestr.py @@ -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()