3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-26 23:15:50 +00:00

handle unreached cover properties

This commit is contained in:
N. Engelhardt 2022-02-07 15:29:36 +01:00
parent 5abaccab69
commit 53eb25fcae
4 changed files with 41 additions and 2 deletions

View file

@ -455,7 +455,7 @@ def run_task(taskname):
if not my_opt_tmpdir and not setupmode:
with open("{}/{}.xml".format(task.workdir, junit_filename), "w") as f:
task.print_junit_result(f, junit_ts_name, junit_tc_name)
task.print_junit_result(f, junit_ts_name, junit_tc_name, junit_format_strict=False)
with open(f"{task.workdir}/status", "w") as f:
print(f"{task.status} {task.retcode} {task.total_time}", file=f)