950037917ec4

Quiet the test loading
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Dec 2020 19:59:00 -0500
parents c44027e04989
children 884333cfb6fb
branches/tags (none)
files test/run.lisp

Changes

--- 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)