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