[perl-Net-SSLeay] Stop running the tests in verbose mode

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 14 08:27:58 UTC 2011


commit 48ad409131cf59f8ea2cc053ab39a91bf55e5815
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 14 09:19:34 2011 +0100

    Stop running the tests in verbose mode

 perl-Net-SSLeay.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 329b7bc..034dbaa 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -64,7 +64,7 @@ rm -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
 chmod -R u+w %{buildroot}
 
 %check
-make test TEST_VERBOSE=1
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -82,6 +82,7 @@ rm -rf %{buildroot}
 - explicitly BR: pkgconfig
 - use a patch rather than a scripted iconv to fix the character encoding
 - modernize provides filter
+- stop running the tests in verbose mode
 - nobody else likes macros for commands
 
 * Wed Jul 13 2011 Iain Arnell <iarnell at gmail.com> - 1.36-5


More information about the scm-commits mailing list