Make rackunit not print a full stack trace in text-ui.
original commit: 30cecabb88b012b9bc6fabe9b3240f63c8cede79
This commit is contained in:
parent
c0b6e0013e
commit
91f9befe34
|
@ -102,7 +102,7 @@
|
|||
(let* ([exn (test-failure-result result)]
|
||||
[stack (exn:test:check-stack exn)])
|
||||
(textui-display-check-info-stack stack verbose?)
|
||||
(when #t
|
||||
(parameterize ([error-print-context-length 0])
|
||||
((error-display-handler) (exn-message exn) exn)))]
|
||||
[(test-error? result)
|
||||
(let ([exn (test-error-result result)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user