Merge branch 'maint-guile-changes' into maint #1111

pull/1115/head
Christopher Lam 5 years ago
commit 9fc1ac6be1

@ -45,5 +45,5 @@
(lambda (runner)
(format #t "Source:~a\npass = ~a, fail = ~a\n"
(test-result-ref runner 'source-file) num-passed num-failed)
(zero? num-failed)))
(exit (zero? num-failed))))
runner))

Loading…
Cancel
Save