mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update tests/ci/report.py
Co-authored-by: Alexander Gololobov <440544+davenger@users.noreply.github.com>
This commit is contained in:
parent
ddbc8ceee8
commit
5e64cda339
@ -225,8 +225,8 @@ def read_test_results(results_path: Path, with_raw_logs: bool = True) -> TestRes
|
||||
# the 4th value is a pythonic list, e.g. ['file1', 'file2']
|
||||
if with_raw_logs:
|
||||
# Python does not support TSV, so we unescape manually
|
||||
result.set_raw_logs(line[3]).replace("\\t", "\t").replace(
|
||||
"\\n", "\n"
|
||||
result.set_raw_logs(line[3].replace("\\t", "\t").replace(
|
||||
"\\n", "\n")
|
||||
)
|
||||
else:
|
||||
result.set_log_files(line[3])
|
||||
|
Loading…
Reference in New Issue
Block a user