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:
Mike Sperber 2010-10-18 09:36:17 +02:00 committed by Ryan Culpepper
parent 6772e78474
commit ef2e970539

View File

@ -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)