EXPLAIN: call TERPRI on the actual argument
authorStelian Ionescu <sionescu@cddr.org>
Mon, 23 Apr 2012 10:53:26 +0000 (12:53 +0200)
committerStelian Ionescu <sionescu@cddr.org>
Mon, 23 Apr 2012 10:53:26 +0000 (12:53 +0200)
src/explain.lisp

index e29b676..015cdf4 100644 (file)
@@ -61,7 +61,7 @@
                   (name (test-case f))
                   (description (test-case f)))
           (output "    ~A.~%" (reason f)))
-        (terpri *test-dribble*)))))
+        (terpri stream)))))
 
 (defmethod explain ((exp simple-text-explainer) results
                     &optional (stream *test-dribble*) (recursive-depth 0))