Making the reports work

This commit is contained in:
retropikzel 2024-10-05 15:08:38 +03:00
parent c72adce0bb
commit c05ab77710
4 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ srfi.*.scm
srfi.*.sld srfi.*.sld
reports reports
snow.* snow.*
r7rs-tests.scm

View File

@ -4,4 +4,5 @@ Running different R7RS tests on different implementations
- Chibi Schemes r7rs tests - Chibi Schemes r7rs tests
- [r7rs-tests-2](https://github.com/larcenists/larceny/tree/master/test/R7RS) - [r7rs-tests-2](https://github.com/larcenists/larceny/tree/master/test/R7RS)
- Larcenys r7rs tests - Larcenys r7rs tests
- Not yet added

View File

@ -62,7 +62,7 @@
(results (results
(if (file-exists? logfile) (if (file-exists? logfile)
(file-tail logfile 3) (file-tail logfile 3)
(list))) (list "Could not run tests")))
(result (apply string-append (result (apply string-append
(map (map
(lambda (line) (lambda (line)