Making the reports work
This commit is contained in:
parent
c72adce0bb
commit
c05ab77710
|
@ -15,3 +15,4 @@ srfi.*.scm
|
|||
srfi.*.sld
|
||||
reports
|
||||
snow.*
|
||||
r7rs-tests.scm
|
||||
|
|
|
@ -4,4 +4,5 @@ Running different R7RS tests on different implementations
|
|||
- Chibi Schemes r7rs tests
|
||||
- [r7rs-tests-2](https://github.com/larcenists/larceny/tree/master/test/R7RS)
|
||||
- Larcenys r7rs tests
|
||||
- Not yet added
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
(results
|
||||
(if (file-exists? logfile)
|
||||
(file-tail logfile 3)
|
||||
(list)))
|
||||
(list "Could not run tests")))
|
||||
(result (apply string-append
|
||||
(map
|
||||
(lambda (line)
|
||||
|
|
Loading…
Reference in New Issue