[perl-Net-SSLeay] Don't try to run the external tests as they'll fail in koji

Paul Howarth pghmcfc at fedoraproject.org
Sun Dec 1 20:03:24 UTC 2013


commit 75743f4a165c60b9f21142a7f5fc74d208ccffea
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Dec 1 20:03:11 2013 +0000

    Don't try to run the external tests as they'll fail in koji

 perl-Net-SSLeay.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec
index 323d91b..02bca94 100644
--- a/perl-Net-SSLeay.spec
+++ b/perl-Net-SSLeay.spec
@@ -76,7 +76,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
 rm -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
 
 %check
-make test TEST_FILES="$(echo $(find t/ -name '*.t' | grep -v kwalitee))"
+make test TEST_FILES="$(echo $(find t/ -name '*.t' | grep -v kwalitee | grep -v /external/))"
 
 %clean
 rm -rf %{buildroot}


More information about the scm-commits mailing list