r4616: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 23 Apr 2003 22:24:27 +0000 (22:24 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 23 Apr 2003 22:24:27 +0000 (22:24 +0000)
debian/changelog
xptestsuite.lisp

index 713ee08496f13bf1c12ade16e3c053adc19f89a7..5f901435d240441a0e1b4018566d0a6300ac2e3e 100644 (file)
@@ -1,3 +1,9 @@
+cl-xptest (1.2.2-1) unstable; urgency=low
+
+  * Remove some newlines from the output (closes: 190398)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 23 Apr 2003 16:22:56 -0600
+
 cl-xptest (1.2.1-1) unstable; urgency=low
 
   * Move all source to one file to make it easy to load a single
index 440f6bc9a036f66b0ee8be57a37862a987fa04cf..b2414b3e017f9398bf6fc2175c3111f7726d0564 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author: Craig Brozefsky <craig@onshore.com>
 ;;;; Put in public domain by onShore, Inc
 ;;;;
-;;;; $Id: xptestsuite.lisp,v 1.3 2003/04/19 16:16:16 kevin Exp $
+;;;; $Id: xptestsuite.lisp,v 1.4 2003/04/23 22:24:27 kevin Exp $
 
 (in-package #:cl-user)
 
@@ -270,7 +270,8 @@ or failed or errored out."
              (format stream "Errors:~%")
              (mapcar #'(lambda (fail) (format stream "    ~A" fail))
                      (test-errors result))))))
-  (format stream "~%~%"))
+  ;(format stream "~%~%") ; debian bug #190398 
+  )
 
 (defmethod report-result ((results list) &key (stream t) (verbose nil))
   (dolist (foo results)