X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Frun.lisp;h=af9e8a5126f5897eff73e6d35e70f88dee3dfbb9;hb=585f4cd1ed1626cfe96fadeae64cb04f4e6e2dd0;hp=2d1c898c8b4cb2258ad72462638dcaa20f0f2ed6;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;p=fiveam.git 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)