From af8151668c884e059f6fa19c9309f72886d7c838 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 23 Apr 2003 22:24:27 +0000 Subject: [PATCH] r4616: Auto commit for Debian build --- debian/changelog | 6 ++++++ xptestsuite.lisp | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 713ee08..5f90143 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-xptest (1.2.2-1) unstable; urgency=low + + * Remove some newlines from the output (closes: 190398) + + -- Kevin M. Rosenberg 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 diff --git a/xptestsuite.lisp b/xptestsuite.lisp index 440f6bc..b2414b3 100644 --- a/xptestsuite.lisp +++ b/xptestsuite.lisp @@ -7,7 +7,7 @@ ;;;; Author: Craig Brozefsky ;;;; 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) -- 2.34.1