mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix the Logs
header for case when only log_urls is set
This commit is contained in:
parent
886ba0b01d
commit
d336bee056
@ -370,6 +370,7 @@ def create_test_html_report(
|
||||
colspan += 1
|
||||
|
||||
if test_result.log_urls is not None:
|
||||
has_log_urls = True
|
||||
test_logs_html = "<br>".join(
|
||||
[_get_html_url(url) for url in test_result.log_urls]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user