Making the reports work
This commit is contained in:
parent
3221d82396
commit
05d07cf71f
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue