From 699ef81e62776560faa5d35e3a9b66deb24aed31 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 25 Jul 2013 23:42:50 +0200 Subject: [PATCH] Don't print newline --- src/run.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.lisp b/src/run.lisp index d9b8c5f..fcb35db 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -196,7 +196,7 @@ run.")) (defmethod %run ((suite test-suite)) (when *print-names* - (format *test-dribble* "~%Running test suite ~A~%" (name suite))) + (format *test-dribble* "~%Running test suite ~A" (name suite))) (let ((suite-results '())) (flet ((run-tests () (loop -- 1.7.10.4