Report the summary to *standard-output*.

There's actually no reason to insist on using the *terminal-io*
directly, that is the pty device.
This commit is contained in:
Dimitri Fontaine 2014-11-04 02:05:19 +01:00
parent da70aaf481
commit 9ce323007e

View File

@ -2262,7 +2262,7 @@ load database
:direction :output
:if-exists :rename
:if-does-not-exist :create)))
(*report-stream* (or summary-stream *terminal-io*)))
(*report-stream* (or summary-stream *standard-output*)))
(unwind-protect
;; run the commands
(loop for func in funcs do (funcall func))