From 5698e0d3985d0bbcc9135a8b8950305154c64d62 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Tue, 6 Jun 2017 14:09:32 -0400 Subject: [PATCH] Reduce noise from *-cload tests --- tests/run-tests.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests.lisp b/tests/run-tests.lisp index eee72dae3..adac66796 100644 --- a/tests/run-tests.lisp +++ b/tests/run-tests.lisp @@ -230,7 +230,7 @@ `(let ((compile-name (compile-file-pathname ,file))) (unwind-protect (progn - (compile-file ,file) + (compile-file ,file :print nil) (load compile-name)) (ignore-errors (delete-file compile-name))))) -- 2.11.4.GIT