summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-16 00:42:44 +0100
committerSam James <sam@gentoo.org>2021-10-16 00:48:56 +0100
commitb0c02ad9e6c25cc347c43e7f4fc2bb00ae283472 (patch)
tree99b5bc3b3de720fbe4ff89ce9dce8585e7e08af9 /app-emulation/libvirt/libvirt-9999.ebuild
parentapp-emulation/libvirt: skip test 'commandtest' which expects pristine environ... (diff)
downloadgentoo-b0c02ad9e6c25cc347c43e7f4fc2bb00ae283472.tar.gz
gentoo-b0c02ad9e6c25cc347c43e7f4fc2bb00ae283472.tar.bz2
gentoo-b0c02ad9e6c25cc347c43e7f4fc2bb00ae283472.zip
app-emulation/libvirt: skip syntax checks
These aren't useful _downstream_ and also seem to be fragile. Bug: https://bugs.gentoo.org/802876 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt/libvirt-9999.ebuild')
-rw-r--r--app-emulation/libvirt/libvirt-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
index 072203bbe652..7eebe2d3d822 100644
--- a/app-emulation/libvirt/libvirt-9999.ebuild
+++ b/app-emulation/libvirt/libvirt-9999.ebuild
@@ -286,7 +286,9 @@ src_configure() {
src_test() {
export VIR_TEST_DEBUG=1
- meson_src_test
+ # Don't run the syntax check tests, they're fragile and not relevant
+ # to us downstream anyway.
+ meson_src_test --no-suite syntax-check
}
src_install() {