Fix disabling LIBGUESTFS_TESTS on 32 bit.
This commit is contained in:
parent
7756b3ec30
commit
ae1ff31a51
@ -626,7 +626,7 @@ autoreconf -i
|
|||||||
|
|
||||||
%ifnarch %{complete_test_arches}
|
%ifnarch %{complete_test_arches}
|
||||||
# Simplify the test suite so it doesn't require qemu.
|
# Simplify the test suite so it doesn't require qemu.
|
||||||
sed -i -e '/^LIBGUESTFS_TESTS/d' tests/Makefile.am
|
sed -i -e 's/^LIBGUESTFS_TESTS/xLIBGUESTFS_TESTS/' tests/Makefile.am
|
||||||
sed -i -e '/^if HAVE_GUESTFISH/,/^endif HAVE_GUESTFISH/d' tests/Makefile.am
|
sed -i -e '/^if HAVE_GUESTFISH/,/^endif HAVE_GUESTFISH/d' tests/Makefile.am
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user