Don't pop up test-engine window upon innocent REPL interaction.

Closes PR 11775
This commit is contained in:
Mike Sperber 2011-03-05 17:48:02 +01:00
parent 074c76b0e6
commit 2bdb9884d3

View File

@ -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)