From b8cab6e3b5a387c18725a805351911f8ab276409 Mon Sep 17 00:00:00 2001 From: arthurmaciel Date: Wed, 9 Jul 2014 15:37:21 -0300 Subject: [PATCH] Added (test-exit) at the end of tests/run.scm --- tests/run.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/run.scm b/tests/run.scm index 8f1a9d6..fa8e2ca 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -9,9 +9,11 @@ (load-apps (awful-apps))))) (lambda () (test "data: sse\n\n" - (with-input-from-request + (with-input-from-request (make-request uri: (uri-reference "http://localhost:8080/sse") headers: (headers '((accept text/event-stream)))) #f read-string)))) + +(test-exit)