From: Daniel Salzman Date: Thu, 15 Jan 2026 09:35:48 +0000 (+0100) Subject: tests-extra: change the separator that displays the number of repetitions from :... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cb333d16fbe1cff191005ab5dfb1940e2db2be;p=thirdparty%2Fknot-dns.git tests-extra: change the separator that displays the number of repetitions from : to __ --- diff --git a/tests-extra/runtests.py b/tests-extra/runtests.py index 8eb8ebfe91..d9d5ea935f 100755 --- a/tests-extra/runtests.py +++ b/tests-extra/runtests.py @@ -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)