mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix
This commit is contained in:
parent
59c8fe9a24
commit
4b09224876
@ -191,7 +191,7 @@ def process_results(result_path: Path):
|
||||
elif status[0] == "Timeout":
|
||||
timeouts += 1
|
||||
if file_path_out.exists():
|
||||
result.set_log_files(f"['{file_path_unit}']")
|
||||
result.set_log_files(f"['{file_path_out}']")
|
||||
else:
|
||||
fails += 1
|
||||
if file_path_out.exists():
|
||||
|
Loading…
Reference in New Issue
Block a user