Don't print newline
authorStelian Ionescu <sionescu@cddr.org>
Thu, 25 Jul 2013 21:42:50 +0000 (23:42 +0200)
committerStelian Ionescu <sionescu@cddr.org>
Thu, 25 Jul 2013 21:42:50 +0000 (23:42 +0200)
src/run.lisp

index d9b8c5f..fcb35db 100644 (file)
@@ -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