For DMdA, follow Robby's fix for htpd-langs.ss.
Namely, don't set an uncaught-exception-handler.
(cherry picked from commit 2a418b9cf0
)
This commit is contained in:
parent
6772e78474
commit
ef2e970539
|
@ -191,11 +191,6 @@
|
|||
|
||||
;; hack: the test-engine code knows about the test~object name; we do, too
|
||||
(namespace-set-variable-value! 'test~object (build-test-engine))
|
||||
(uncaught-exception-handler
|
||||
(let ((previous (uncaught-exception-handler)))
|
||||
(lambda (exc)
|
||||
(display-results)
|
||||
(previous exc))))
|
||||
;; record signature violations with the test engine
|
||||
(signature-violation-proc
|
||||
(lambda (obj signature message blame)
|
||||
|
|
Loading…
Reference in New Issue
Block a user