Re-enable all tests on x86_64
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
parent
b9ff1d24b5
commit
16d00ba891
@ -73,8 +73,12 @@ The %{name}-devel package contains misc utilities built with %{name}.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%if %{without all_tests}
|
||||
%ifnarch x86_64
|
||||
# patch disabling union of tests failing on other arches
|
||||
cat %{SOURCE1} | patch -p1
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
# this test errors out only on 32-bit x86
|
||||
cat %{SOURCE2} | patch -p1
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user