diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-22 10:37:38 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-22 10:40:32 +0000 |
| commit | 9f3e4b28f9dec27b73eeebd161d119d1e9864081 (patch) | |
| tree | b1ea2273ade307d803ac8acd352df2f297c11257 | |
| parent | d4a0e749cc66cd5d019d8fb8f43427109aef4c9f (diff) | |
tests/ci: Fix missing qemu devices
Fix missing QEMU_DEVICES which in turn is the META_TAR device
Approved by: imp, lwhsu
Sponsored by: The FreeBSD Foundation
Pull Request: https://reviews.freebsd.org/D51445
| -rw-r--r-- | tests/ci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/Makefile b/tests/ci/Makefile index 44b19663fc49..06c6554564a9 100644 --- a/tests/ci/Makefile +++ b/tests/ci/Makefile @@ -110,7 +110,7 @@ QEMUTGT=portinstall-qemu .endif .endif QEMUTGT?= -QEMU_DEVICES?=-device virtio-blk,drive=hd0 +QEMU_DEVICES?=-device virtio-blk,drive=hd0 -device virtio-blk,drive=hd1 QEMU_EXTRA_PARAM?= QEMU_MACHINE?=virt QEMUBIN=/usr/local/bin/qemu-system-${QEMU_ARCH} |
