Making the reports work

This commit is contained in:
retropikzel 2024-10-05 13:38:59 +03:00
parent 3221d82396
commit 05d07cf71f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
(letrec* ((name (cdr (assoc 'name implementation))) (letrec* ((name (cdr (assoc 'name implementation)))
(command (cdr (assoc 'command implementation))) (command (cdr (assoc 'command implementation)))
(logfile (string-append "reports/" (logfile (string-append "reports/"
(cdr (assoc 'name implementation)) (symbol->string (cdr (assoc 'name implementation)))
"-" "-"
test-name test-name
".log")) ".log"))