This commit is contained in:
Yakov Olkhovskiy 2024-10-20 15:19:22 +00:00
parent 4b09224876
commit 567d113697

View File

@ -196,7 +196,7 @@ def process_results(result_path: Path):
fails += 1
if file_path_out.exists():
result.set_raw_logs("\n".join(process_error(file_path_out)))
if file_path_unit.exists:
if file_path_unit.exists():
result.set_log_files(f"['{file_path_unit}']")
test_results.append(result)