extra flushing

svn: r16468
This commit is contained in:
Eli Barzilay 2009-10-30 07:50:49 +00:00
parent ec99d25607
commit 27f1489403

View File

@ -323,6 +323,7 @@ transcript.
(for-each (lambda (l) (printf "~a~s\n" Section-prefix l))
(reverse errs))
(when final? (exit 1))))
(flush-output)
(when final? (exit (if ok? 0 1)))
(printf "(Other messages report successful tests of~a.)\n"
" error-handling behavior")