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"))