aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2022-07-08 11:34:58 -0400
committerThomas Huth <thuth@redhat.com>2022-07-18 20:24:36 +0200
commitb967bf134581214280540b2aec1161cee6543f83 (patch)
tree9451a1719ecb733d0d8274e2743600332e3bedbd /tests/vm
parent5e658729b6e6f79cf3afac046f067459f4fcecb2 (diff)
downloadqemu-b967bf134581214280540b2aec1161cee6543f83.zip
qemu-b967bf134581214280540b2aec1161cee6543f83.tar.gz
qemu-b967bf134581214280540b2aec1161cee6543f83.tar.bz2
tests/vm: remove duplicate 'centos' VM test
This is listed twice by accident; we require genisoimage to run the test, so remove the unconditional entry. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220708153503.18864-8-jsnow@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rw-r--r--tests/vm/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index a94f0eb..8d2a164 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -15,7 +15,7 @@ endif
EFI_AARCH64 = $(wildcard $(BUILD_DIR)/pc-bios/edk2-aarch64-code.fd)
-X86_IMAGES := freebsd netbsd openbsd centos fedora haiku.x86_64
+X86_IMAGES := freebsd netbsd openbsd fedora haiku.x86_64
ifneq ($(GENISOIMAGE),)
X86_IMAGES += centos
ifneq ($(EFI_AARCH64),)