[gdl] Exclude test_zip

Orion Poplawski orion at fedoraproject.org
Tue Nov 18 19:42:58 UTC 2014


commit 69a8498e0e66bb385d5136a40e9830b0ef817f63
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Nov 18 12:42:58 2014 -0700

    Exclude test_zip

 gdl.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/gdl.spec b/gdl.spec
index b278b91..fa76ea6 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -2,7 +2,7 @@
 
 Name:           gdl
 Version:        0.9.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
@@ -153,13 +153,14 @@ cd build
 # test_execute expects to use DISPLAY
 # test_bug_3147146 failure
 # https://sourceforge.net/p/gnudatalanguage/bugs/619/
+# test_zip - https://sourceforge.net/p/gnudatalanguage/bugs/632/
 %ifarch %{arm} aarch64 ppc64
 # test_fix fails currently on arm
 # https://sourceforge.net/p/gnudatalanguage/bugs/622/
 # https://bugzilla.redhat.com/show_bug.cgi?id=990749
-make check ARGS="-V -E 'test_execute|test_bug_3147146|test_fix'"
+make check ARGS="-V -E 'test_execute|test_bug_3147146|test_fix|test_zip'"
 %else
-make check ARGS="-V -E 'test_execute|test_bug_3147146'"
+make check ARGS="-V -E 'test_execute|test_bug_3147146|test_zip'"
 %endif
 
 %clean
@@ -180,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 18 2014 Orion Poplawski <orion at cora.nwra.com> - 0.9.5-3
+- Exclude test_zip
+
 * Fri Oct 31 2014 Orion Poplawski <orion at cora.nwra.com> - 0.9.5-2
 - No longer need cmake28 on RHEL6
 


More information about the scm-commits mailing list