1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: qemu: Skip another test when ipxe-qemu isn't present.

* gnu/packages/virtualization.scm (qemu)[arguments]: Adjust the custom
'dont-require-ipxe-firmware phase to skip another test.

Change-Id: I42d32e776372d1702886f1a1a794cd0d3e48c73d
This commit is contained in:
Efraim Flashner
2025-11-24 14:26:28 +02:00
parent e5b9f51519
commit 0901cc1526

View File

@@ -334,7 +334,10 @@
;; of cherry-picking the tests which need the
;; ipxe-qemu firmware.
(substitute* "tests/meson.build"
(("subdir.*qtest.*") "")))))
(("subdir.*qtest.*") ""))
;; efi-ne2k_pci.rom is from ipxe-qemu.
(substitute* "tests/functional/meson.build"
((".*ppc_74xx.*") "")))))
#~())
(add-after 'unpack 'extend-test-time-outs
(lambda _