From bdb6687daae2ec415d60499f016254a959ee87bd Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 29 Nov 2015 11:39:18 +0100 Subject: [PATCH] fix typos Signed-off-by: Loic Dachary --- scripts/suite.py | 2 +- teuthology/report.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/suite.py b/scripts/suite.py index 4b9b71270d..4b1849a73b 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 e56d1422f4..11cf0ea219 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: -- 2.39.5