From ce3202787f23d7594246204e710df934d0e49f72 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Thu, 23 Sep 2010 14:09:17 -0400 Subject: [PATCH] Don't stop at spurious warnings from ECL 10.7.1 while compiling ASDF. --- test/compile-asdf.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/compile-asdf.lisp b/test/compile-asdf.lisp index f379dece..3a21999f 100644 --- a/test/compile-asdf.lisp +++ b/test/compile-asdf.lisp @@ -21,6 +21,7 @@ (compile-file *asdf-lisp* :output-file tmp :print t :verbose t)) (declare (ignore result)) (cond + #-ecl ;; problems with 10.7.1 from CVS. (warnings-p (leave-lisp "Testsuite failed: ASDF compiled with warnings" 1)) (errors-p -- GitLab