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

original commit: b8459737f00ccd9f12229e2058f2d49247f7a4c5
This commit is contained in:
Robby Findler 2011-01-12 07:34:38 -06:00
parent dff79375e6
commit 6cab7dec39

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)