Disable quickcheck on i686 because of RHBZ#1302071
This commit is contained in:
parent
4e47c0b154
commit
bb85b22f22
@ -856,6 +856,9 @@ popd
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1302071
|
||||||
|
%ifnarch %{ix86}
|
||||||
|
|
||||||
# Note that the major tests are done after the package has been built.
|
# Note that the major tests are done after the package has been built.
|
||||||
#
|
#
|
||||||
# Here we only do a sanity check that kernel/qemu/libvirt/appliance is
|
# Here we only do a sanity check that kernel/qemu/libvirt/appliance is
|
||||||
@ -873,6 +876,8 @@ if ! make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 1200"; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# This file is creeping over 1 MB uncompressed, and since it is
|
# This file is creeping over 1 MB uncompressed, and since it is
|
||||||
|
Loading…
Reference in New Issue
Block a user