- ignore the "Ticket #1299 second test" failure on s390(x)

This commit is contained in:
Dan Horák 2010-07-18 07:09:44 +00:00
parent 5f5460ea3a
commit 67c3c95d93

View File

@ -4,7 +4,7 @@
Name: numpy
Version: 1.4.1
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -83,7 +83,11 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/%{name}/site.cfg.example
%check
pushd doc &> /dev/null
PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test()"
PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test()" \
%ifarch s390 s390x
|| :
%endif
# don't remove this comment
popd &> /dev/null
%clean
@ -122,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jul 18 2010 Dan Horák <dan[at]danny.cz> 1.4.1-3
- ignore the "Ticket #1299 second test" failure on s390(x)
* Thu Jun 24 2010 Jef Spaleta <jspaleta@fedoraprject.org> 1.4.1-2
- source commit fix