Don't show GUI frame for Esquire test
This commit is contained in:
parent
b9e600dc1a
commit
8bc58ba94c
|
@ -88,7 +88,9 @@
|
|||
(define repl-display-canvas
|
||||
(make-object editor-canvas% frame))
|
||||
(send repl-display-canvas set-editor repl-editor)
|
||||
(send frame show #t)
|
||||
|
||||
;; Disable showing the frame for the TR tests
|
||||
;(send frame show #t)
|
||||
|
||||
;; User space initialization
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user