mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
tests-extra: change the separator that displays the number of repetitions from : to __
This commit is contained in:
parent
eab5ebc662
commit
c8cb333d16
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ def job(job_id, tasks, results, stop):
|
|||
continue
|
||||
|
||||
try:
|
||||
out_dir = os.path.join(outs_dir, test, case_n.replace(" #", ":"))
|
||||
out_dir = os.path.join(outs_dir, test, case_n.replace(" #", "__"))
|
||||
log_file = os.path.join(out_dir, "case.log")
|
||||
|
||||
os.makedirs(out_dir, exist_ok=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue