SchemeUnit will now display errors on stderr.
This seemed like the simplest way to do it. Only errors have output anyways, so I made the error port the output port and caught everything. svn: r18618 original commit: 26a502d76221e75cd1e72e9c301ac5b9f87a503e
This commit is contained in:
commit
1ee3af576b
|
@ -197,7 +197,8 @@
|
|||
(void))))
|
||||
|
||||
(define (std-test/text-ui display-context test)
|
||||
(begin0 (fold-test-results
|
||||
(parameterize ([current-output-port (current-error-port)])
|
||||
(fold-test-results
|
||||
(lambda (result seed)
|
||||
((sequence* (update-counter! result)
|
||||
(display-test-preamble result)
|
||||
|
|
Loading…
Reference in New Issue
Block a user