diff --git a/reporter.py b/reporter.py index b36f4ef..cfd5792 100644 --- a/reporter.py +++ b/reporter.py @@ -6,6 +6,7 @@ from typing import List, Tuple def run_report_task(hostname: str, test_urls: list, report_urls: list): + print('.', end='', flush=True) for testpoint_name, testpoint_url in test_urls: start_time = time.time()