Making the reports work
This commit is contained in:
parent
c72adce0bb
commit
c05ab77710
|
@ -15,3 +15,4 @@ srfi.*.scm
|
||||||
srfi.*.sld
|
srfi.*.sld
|
||||||
reports
|
reports
|
||||||
snow.*
|
snow.*
|
||||||
|
r7rs-tests.scm
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue