From cd8f007c90e4852a19b9eb3328aeb549a4102ac3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Wed, 1 May 2013 22:38:30 +0100 Subject: [PATCH] Declare as special variable *use-html-output-p* in run-tests-in-host --- jscl.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/jscl.lisp b/jscl.lisp index c1a8658..aae6ee9 100644 --- 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")) -- 1.7.10.4