From: Marco Baringer Date: Wed, 20 Jul 2005 08:53:46 +0000 (+0200) Subject: The default value of *debug-on-error* should be NIL, not T X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=585f4cd1ed1626cfe96fadeae64cb04f4e6e2dd0;p=fiveam.git The default value of *debug-on-error* should be NIL, not T --- diff --git a/src/run.lisp b/src/run.lisp index 2d1c898..af9e8a5 100644 --- 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)