We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c10c7 + 92fef66 commit fb97215Copy full SHA for fb97215
vars.lisp
@@ -1,7 +1,7 @@
1
(in-package :lisp-unit2)
2
(cl-interpol:enable-interpol-syntax)
3
4
-(defvar *test-stream* *standard-output*)
+(defvar *test-stream* (make-synonym-stream '*standard-output*))
5
(defvar *test-log-stream* *test-stream*)
6
(defvar *unit-test* nil
7
"The currently executing unit test (bound in %run-test, ie every test
@@ -49,4 +49,4 @@
49
50
(define-condition collect-test-results ()
51
((results :accessor results :initarg :results :initform nil))
52
- (:documentation "Signaled that with-test-results should collect this test-result-database"))
+ (:documentation "Signaled that with-test-results should collect this test-result-database"))
0 commit comments