From: Loic Dachary Date: Sun, 29 Nov 2015 10:39:18 +0000 (+0100) Subject: fix typos X-Git-Tag: 1.1.0~728^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bdb6687daae2ec415d60499f016254a959ee87bd;p=teuthology.git fix typos Signed-off-by: Loic Dachary --- diff --git a/scripts/suite.py b/scripts/suite.py index 4b9b71270..4b1849a73 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -6,7 +6,7 @@ from teuthology.config import config doc = """ usage: teuthology-suite --help - teuthology-suite [-v | -vv ]--suite [options] [...] + teuthology-suite [-v | -vv ] --suite [options] [...] 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 diff --git a/teuthology/report.py b/teuthology/report.py index e56d1422f..11cf0ea21 100644 --- a/teuthology/report.py +++ b/teuthology/report.py @@ -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: