]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Skip the screendump tests if the command is not available
authorThomas Huth <thuth@redhat.com>
Tue, 25 Mar 2025 08:17:13 +0000 (09:17 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 14 May 2025 09:50:42 +0000 (11:50 +0200)
commitc23d3339ce8fc936d8c60a023ea2b052d847dc78
tree1b60839b672f1e40072f080c5c87c055588c9e9c
parent7c312d8539fe69338f7343b6514f2dc77ae2efa6
tests/functional: Skip the screendump tests if the command is not available

It is possible nowadays to compile QEMU without pixman support - in that
case the screendump command is not available and the related tests fail.
Thus skip these tests if the screendump command could not be executed.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250325081713.283490-2-thuth@redhat.com>
tests/functional/test_arm_integratorcp.py
tests/functional/test_m68k_nextcube.py
tests/functional/test_mips64el_malta.py