From 1c641e923b29aea2fce2495bcf185c8cb69578e0 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 11 Dec 2020 19:56:01 +0100 Subject: [PATCH] suite: improve info message about waiting the run Signed-off-by: Kyr Shatskyy --- teuthology/suite/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite/__init__.py b/teuthology/suite/__init__.py index cfac622c4f..500720b3ab 100644 --- a/teuthology/suite/__init__.py +++ b/teuthology/suite/__init__.py @@ -193,7 +193,7 @@ def wait(name, max_job_time, upload_url): reporter = ResultsReporter() past_unfinished_jobs = [] progress = time.time() - log.info("waiting for the suite to complete") + log.info(f"waiting for the run {name} to complete") log.debug("the list of unfinished jobs will be displayed " "every " + str(Run.WAIT_PAUSE / 60) + " minutes") exit_code = 0 -- 2.39.5