# HG changeset patch # User Steve Losh # Date 1607993940 18000 # Node ID 950037917ec4611ae6357c4e1d6fcf0d0bb0ce71 # Parent c44027e049895f3e43cdad918435cbaed3437847 Quiet the test loading diff -r c44027e04989 -r 950037917ec4 test/run.lisp --- a/test/run.lisp Sat Jul 18 12:34:28 2020 -0400 +++ b/test/run.lisp Mon Dec 14 19:59:00 2020 -0500 @@ -1,5 +1,5 @@ #+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value") -(ql:quickload 'cl-digraph) +(ql:quickload 'cl-digraph.test :silent t) (time (asdf:test-system 'cl-digraph)) (quit)