disable the trace of all of the messages in the framework tests

This commit is contained in:
Robby Findler 2011-01-12 07:34:38 -06:00
parent 1a4ba1d196
commit b8459737f0

View File

@ -14,7 +14,7 @@
(define schedule? #t)
;; all of the sexpression transactions between mz and mred
(define messages? #t)
(define messages? #f)
(define-syntax (debug-when stx)
(syntax-case stx (mr-tcp mz-tcp admin schedule messages)