From 05d07cf71fbc38ea67e8d11ba12ed7c5493b4f2d Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 5 Oct 2024 13:38:59 +0300 Subject: [PATCH] Making the reports work --- report.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.scm b/report.scm index a257628..abc3cd6 100644 --- a/report.scm +++ b/report.scm @@ -45,7 +45,7 @@ (letrec* ((name (cdr (assoc 'name implementation))) (command (cdr (assoc 'command implementation))) (logfile (string-append "reports/" - (cdr (assoc 'name implementation)) + (symbol->string (cdr (assoc 'name implementation))) "-" test-name ".log"))