flush log

svn: r10965
This commit is contained in:
Chongkai Zhu 2008-07-29 16:44:01 +00:00
parent 8c022426f4
commit 3379ec96b6

View File

@ -257,7 +257,8 @@
(when (output-port? log)
(display "Group end: " log)
(display (car (test-runner-group-stack runner)) log)
(newline log)))
(newline log)
(flush-output log)))
#f)
(define (%test-on-bad-count-write runner count expected-count port)