The default value of *debug-on-error* should be NIL, not T
authorMarco Baringer <mb@bese.it>
Wed, 20 Jul 2005 08:53:46 +0000 (10:53 +0200)
committerMarco Baringer <mb@bese.it>
Wed, 20 Jul 2005 08:53:46 +0000 (10:53 +0200)
src/run.lisp

index 2d1c898..af9e8a5 100644 (file)
@@ -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)