SHA256
1
0
forked from pool/talloc

Disable make test for SUSE 11.1 aka SLE 11

The test fails for i586 and ppc64

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=78
This commit is contained in:
Lars Müller 2016-03-15 17:57:01 +00:00 committed by Git OBS Bridge
parent c0f4790ccf
commit 7854061f80
2 changed files with 4 additions and 0 deletions

View File

@ -209,9 +209,11 @@ doxygen doxy.config
%if ! %{build_man}
%check
%if 0%{?suse_version} != 1110
mkdir lib/talloc
ln test_magic_differs* lib/talloc/
LD_LIBRARY_PATH=bin/shared %{__make} test
%endif # suse_version != 1110; fails for i586 and ppc64
%endif # ! build_man
%install

View File

@ -209,9 +209,11 @@ doxygen doxy.config
%if ! %{build_man}
%check
%if 0%{?suse_version} != 1110
mkdir lib/talloc
ln test_magic_differs* lib/talloc/
LD_LIBRARY_PATH=bin/shared %{__make} test
%endif # suse_version != 1110; fails for i586 and ppc64
%endif # ! build_man
%install