respect Ctrl-C (Issue #19)
This commit is contained in:
parent
5be5121ec3
commit
d4e3aaf6ab
|
@ -34,7 +34,8 @@
|
|||
(for ([p paths])
|
||||
(vprintf "running file: ~s\n" p)
|
||||
(define old-check (current-check-handler))
|
||||
(with-handlers ([void (lambda (x)
|
||||
(with-handlers ([(lambda (x) (not (exn:break? x)))
|
||||
(lambda (x)
|
||||
(set! tests-failed #t)
|
||||
(error-display x))])
|
||||
(parameterize* ([current-namespace ns]
|
||||
|
|
Loading…
Reference in New Issue
Block a user