Flush output for testing

This commit is contained in:
Jay McCarthy 2014-05-19 15:50:46 -06:00
parent 32ab2c49e0
commit 9e2fe9901f

View File

@ -152,7 +152,8 @@
(if launch-path
(string-append server-url launch-path)
server-url))
(printf "Stop this program at any time to terminate the Web Server.\n"))
(printf "Stop this program at any time to terminate the Web Server.\n")
(flush-output))
(let ([bye (lambda ()
(when banner? (printf "\nWeb Server stopped.\n"))
(shutdown-server))])