The default value of *debug-on-error* should be NIL, not T
[fiveam.git] / 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)