Declare as special variable *use-html-output-p* in run-tests-in-host
authorDavid Vázquez <davazp@gmail.com>
Wed, 1 May 2013 21:38:30 +0000 (22:38 +0100)
committerDavid Vázquez <davazp@gmail.com>
Wed, 1 May 2013 21:38:30 +0000 (22:38 +0100)
jscl.lisp

index c1a8658..aae6ee9 100644 (file)
--- a/jscl.lisp
+++ b/jscl.lisp
@@ -92,6 +92,7 @@
 (defun run-tests-in-host ()
   (load "tests.lisp")
   (let ((*use-html-output-p* nil))
+    (declare (special *use-html-output-p*))
     (dolist (input (directory "tests/*.lisp"))
       (load input)))
   (load "tests-report.lisp"))