diff options
author | John Snow <jsnow@redhat.com> | 2022-07-08 11:34:58 -0400 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-07-18 20:24:36 +0200 |
commit | b967bf134581214280540b2aec1161cee6543f83 (patch) | |
tree | 9451a1719ecb733d0d8274e2743600332e3bedbd /tests | |
parent | 5e658729b6e6f79cf3afac046f067459f4fcecb2 (diff) |
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')
-rw-r--r-- | tests/vm/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index a94f0ebf7f..8d2a164552 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),) |