Printing a dot every run
This commit is contained in:
parent
0c791452bf
commit
53d18c8687
@ -6,6 +6,7 @@ from typing import List, Tuple
|
|||||||
|
|
||||||
|
|
||||||
def run_report_task(hostname: str, test_urls: list, report_urls: list):
|
def run_report_task(hostname: str, test_urls: list, report_urls: list):
|
||||||
|
print('.', end='', flush=True)
|
||||||
for testpoint_name, testpoint_url in test_urls:
|
for testpoint_name, testpoint_url in test_urls:
|
||||||
|
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
|
Loading…
Reference in New Issue
Block a user