diff --git a/.gitignore b/.gitignore index ea6562f..bad2745 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ srfi.*.scm srfi.*.sld reports snow.* +r7rs-tests.scm diff --git a/README.md b/README.md index b63ff62..286833b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/r7rs-tests.scm b/r7rs-tests-1.scm similarity index 100% rename from r7rs-tests.scm rename to r7rs-tests-1.scm diff --git a/report.scm b/report.scm index e447a30..37fca47 100644 --- a/report.scm +++ b/report.scm @@ -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)