Printing a dot every run
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user