git.fiddlerwoaroof.com
Browse code

Disable quit on debug

Fernando Borretti authored on 12/10/2015 15:44:37
Showing 1 changed files
... ...
@@ -32,10 +32,6 @@ script:
32 32
   - ros -e '(ql:quickload (list :fiveam :cl-coveralls))'
33 33
         -e '(setf fiveam:*debug-on-error* t
34 34
                   fiveam:*debug-on-failure* t)'
35
-        -e '(setf *debugger-hook*
36
-                  (lambda (c h)
37
-                    (declare (ignore c h))
38
-                    (uiop:quit -1)))'
39 35
        -e '(coveralls:with-coveralls (:exclude (list "t" "src/error.lisp"))
40 36
              (ql:quickload :cl-yaml-test)
41 37
              (cl-yaml-test:run-tests))'