Skip to content

Commit 39b2817

Browse files
committed
clean up fuzzer output
1 parent c324bcf commit 39b2817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/fuzz.lisp

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
(loop :for i :from 1 :to 64
1717
:do (setf rope::*short-leaf* i)
1818
(setf rope::*long-leaf* (* 4 i))
19-
(is (run-tests :rope/test/basic))))
19+
(let ((*standard-output* (make-broadcast-stream)))
20+
(is (run-tests :rope/test/basic)))))
2021

2122
(deftest fuzz-split ()
2223
(dotimes (i 10)

0 commit comments

Comments
 (0)