commit | c23d3339ce8fc936d8c60a023ea2b052d847dc78 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Tue Mar 25 09:17:13 2025 +0100 |
committer | Thomas Huth <thuth@redhat.com> | Wed May 14 11:50:42 2025 +0200 |
tree | 1b60839b672f1e40072f080c5c87c055588c9e9c | |
parent | 7c312d8539fe69338f7343b6514f2dc77ae2efa6 [diff] |
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>