mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Don't output anything when running sb-sprof tests.
This commit is contained in:
parent
5090286027
commit
429c7f57ec
|
|
@ -44,8 +44,9 @@
|
|||
do (consalot))))
|
||||
|
||||
(defun run-tests ()
|
||||
(test)
|
||||
(consing-test))
|
||||
(let ((*standard-output* (make-broadcast-stream)))
|
||||
(test)
|
||||
(consing-test)))
|
||||
|
||||
;; For debugging purposes, print output for visual inspection to see if
|
||||
;; the allocation sequence gets hit in the right places (i.e. not at all
|
||||
|
|
|
|||
Loading…
Reference in a new issue