Don't pop up test-engine window upon innocent REPL interaction.
Closes PR 11775
This commit is contained in:
parent
074c76b0e6
commit
2bdb9884d3
|
@ -173,6 +173,7 @@
|
|||
|
||||
(define/public (summarize-results port)
|
||||
(cond
|
||||
((not test-run-since-last-display?))
|
||||
((test-execute)
|
||||
(unless test-display (setup-display #f #f))
|
||||
(send test-display install-info test-info)
|
||||
|
|
Loading…
Reference in New Issue
Block a user