projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dd989
)
Declare as special variable *use-html-output-p* in run-tests-in-host
author
David Vázquez
<davazp@gmail.com>
Wed, 1 May 2013 21:38:30 +0000
(22:38 +0100)
committer
David Vázquez
<davazp@gmail.com>
Wed, 1 May 2013 21:38:30 +0000
(22:38 +0100)
jscl.lisp
patch
|
blob
|
history
diff --git
a/jscl.lisp
b/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"))