[perl-PDL-Graphics-PLplot] Disable tests that fail due to upstream test design issues

Orion Poplawski orion at fedoraproject.org
Wed Aug 24 22:44:47 UTC 2011


commit 5e558bfa5ad03b48d1d833660192c421c9585f2b
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Aug 24 16:44:24 2011 -0600

    Disable tests that fail due to upstream test design issues

 perl-PDL-Graphics-PLplot.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-PDL-Graphics-PLplot.spec b/perl-PDL-Graphics-PLplot.spec
index fe7fffe..88ae835 100644
--- a/perl-PDL-Graphics-PLplot.spec
+++ b/perl-PDL-Graphics-PLplot.spec
@@ -1,6 +1,6 @@
 Name:           perl-PDL-Graphics-PLplot
 Version:        0.56
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Object-oriented interface from perl/PDL to the PLPLOT plotting library
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -48,7 +48,9 @@ rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/PDL/Graphics/PLplot/PLplot.bs
 
 
 %check
-make test
+# Restrict ourselves to the main test for now, otherwise it compares
+# output to pre-generated files which will differ from the ones we generate
+make test TEST_FILES=t/plplot.t
 
 
 %clean
@@ -64,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 24 2011 Orion Poplawski <orion at cora.nwra.com> - 0.56-2
+- Disable tests that fail due to upstream test design issues
+
 * Thu Aug 18 2011 Orion Poplawski <orion at cora.nwra.com> - 0.56-1
 - Update to 0.56
 - Rebuild for plplot 5.9.8


More information about the scm-commits mailing list