[perl-Test-LectroTest] Remove a test know to fail

Petr Pisar ppisar at fedoraproject.org
Fri Aug 8 11:26:11 UTC 2014


commit 6ea16409a1047dfc233bf434753a4542e8d7c156
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Aug 8 13:25:57 2014 +0200

    Remove a test know to fail

 perl-Test-LectroTest.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-LectroTest.spec b/perl-Test-LectroTest.spec
index 5e03cad..598ef75 100644
--- a/perl-Test-LectroTest.spec
+++ b/perl-Test-LectroTest.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-LectroTest
 Version:        0.5001
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Easy, automatic, specification-based tests
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -43,6 +43,9 @@ software to debug the problem.
 
 %prep
 %setup -q -n Test-LectroTest-%{version}
+# Remove test know to fail, bug #1p28134
+rm t/gens.t
+sed -i -e '/^t\/gens\.t/d' MANIFEST
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 08 2014 Petr Pisar <ppisar at redhat.com> - 0.5001-5
+- Remove a test know to fail (bug #1128134)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5001-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 



More information about the perl-devel mailing list