Fix complete_test_arches again.

This commit is contained in:
Richard W.M. Jones 2019-12-01 20:39:55 +00:00
parent 41f790f919
commit 33d5db8c05
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ autoreconf -i
%ifnarch %{complete_test_arches}
# Simplify the test suite so it doesn't require qemu.
sed -i -e '/^LIBGUESTFS_TESTS/d' tests/Makefile.am
sed -i -e '/^if HAVE_GUESTFISH/,/^endif HAVE_GUESTFISH/d' tests/Makefile.am
autoreconf -i
%endif