projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1454981
)
The default value of *debug-on-error* should be NIL, not T
author
Marco Baringer
<mb@bese.it>
Wed, 20 Jul 2005 08:53:46 +0000
(10:53 +0200)
committer
Marco Baringer
<mb@bese.it>
Wed, 20 Jul 2005 08:53:46 +0000
(10:53 +0200)
src/run.lisp
patch
|
blob
|
history
diff --git
a/src/run.lisp
b/src/run.lisp
index
2d1c898
..
af9e8a5
100644
(file)
--- a/
src/run.lisp
+++ b/
src/run.lisp
@@
-33,7
+33,7
@@
;;;; The functions RUN!, !, !! and !!! are convenient wrappers around
;;;; RUN and EXPLAIN.
-(defparameter *debug-on-error* t
+(defparameter *debug-on-error* nil
"T if we should drop into a debugger on error, NIL otherwise.")
(defun import-testing-symbols (package-designator)