]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
fix typos 729/head
authorLoic Dachary <ldachary@redhat.com>
Sun, 29 Nov 2015 10:39:18 +0000 (11:39 +0100)
committerLoic Dachary <ldachary@redhat.com>
Wed, 2 Dec 2015 14:14:26 +0000 (15:14 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
scripts/suite.py
teuthology/report.py

index 4b9b71270d7e28a09f7382205b9652f85ae2ca78..4b1849a73b33b85214b76655f954a39b2f0b86f2 100644 (file)
@@ -6,7 +6,7 @@ from teuthology.config import config
 
 doc = """
 usage: teuthology-suite --help
-       teuthology-suite [-v | -vv ]--suite <suite> [options] [<config_yaml>...]
+       teuthology-suite [-v | -vv ] --suite <suite> [options] [<config_yaml>...]
 
 Run a suite of ceph integration tests. A suite is a directory containing
 facets. A facet is a directory containing config snippets. Running a suite
index e56d1422f4310ebbada1c3c09fedc97dd1d5210e..11cf0ea219ddf48ed1b5e5d1627a625f1af6dfa2 100644 (file)
@@ -430,7 +430,7 @@ def try_push_job_info(job_config, extra_info=None):
     log = init_logging()
 
     if not config.results_server:
-        log.warning('No result_server in config; not reporting results')
+        log.warning('No results_server in config; not reporting results')
         return
 
     if job_config.get('job_id') is None: