From 8e9bc32063b4197e64863afa179ba09e85737a05 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 8 Mar 2004 01:41:52 +0000 Subject: [PATCH] r8702: Automated commit for Debian build of xlunit upstream-version-0.6.2 --- debian/changelog | 6 ++++++ tests.lisp | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ad9afa5..f6bb9bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-xlunit (0.6.2-1) unstable; urgency=low + + * Remove textui invocation on load of tests.lisp + + -- Kevin M. Rosenberg Sun, 7 Mar 2004 18:41:39 -0700 + cl-xlunit (0.6.1-1) unstable; urgency=low * New upstream diff --git a/tests.lisp b/tests.lisp index 9225911..b14b689 100644 --- a/tests.lisp +++ b/tests.lisp @@ -149,7 +149,8 @@ (summary (run (named-test 'test-not-condition-with-cond (get-suite was-run)))))) - + +#+ignore (textui-test-run (get-suite test-case-test)) -- 2.34.1