Remove output redirection.
svn: r11849
This commit is contained in:
parent
6d93ceb809
commit
81b9f63852
|
@ -55,8 +55,7 @@
|
||||||
(parameterize ([read-accept-reader #t]
|
(parameterize ([read-accept-reader #t]
|
||||||
[current-load-relative-directory path]
|
[current-load-relative-directory path]
|
||||||
[current-directory path])
|
[current-directory path])
|
||||||
(with-output-to-file "/dev/null" #:exists 'append
|
(loader p)))))))
|
||||||
(lambda () (loader p)))))))))
|
|
||||||
(apply test-suite dir
|
(apply test-suite dir
|
||||||
tests)))
|
tests)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user