Disable tests on i686, kernel is still broken there.

This commit is contained in:
Richard W.M. Jones 2016-05-19 12:54:25 +01:00
parent 13cfa83add
commit f6927d8f94
1 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,8 @@ export LIBGUESTFS_TRACE=1
%if 0%{?fedora} >= 19
# Unlikely that libguestfs will work on ARM and PPC, so don't try running the
# tests there.
%ifnarch %{arm} ppc %{power64}
# Broken on i686 because of https://bugzilla.redhat.com/show_bug.cgi?id=1302071
%ifnarch %{arm} %{ix86} ppc %{power64}
make check || {
cat tests/test-suite.log
exit 1
@ -373,7 +374,6 @@ make check || {
%changelog
* Thu May 19 2016 Richard W.M. Jones <rjones@redhat.com> - 1.1.11-8
- Add all patches upstream since 1.1.11 (fixes RHBZ#1336758).
- Reenable tests on x86.
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.11-7
- Perl 5.24 rebuild