]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: improve info message about waiting the run
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 11 Dec 2020 18:56:01 +0000 (19:56 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 11 Dec 2020 18:57:16 +0000 (19:57 +0100)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/suite/__init__.py

index cfac622c4fa2a0c9300d8193eaa5ab4ed7ab6809..500720b3abda407759266caf7acc24b56e4108bb 100644 (file)
@@ -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