diff options
author | 2021-10-16 00:42:44 +0100 | |
---|---|---|
committer | 2021-10-16 00:48:56 +0100 | |
commit | b0c02ad9e6c25cc347c43e7f4fc2bb00ae283472 (patch) | |
tree | 99b5bc3b3de720fbe4ff89ce9dce8585e7e08af9 /app-emulation | |
parent | app-emulation/libvirt: skip test 'commandtest' which expects pristine environ... (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/libvirt/libvirt-7.7.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-7.8.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-emulation/libvirt/libvirt-7.7.0.ebuild b/app-emulation/libvirt/libvirt-7.7.0.ebuild index 072203bbe652..7eebe2d3d822 100644 --- a/app-emulation/libvirt/libvirt-7.7.0.ebuild +++ b/app-emulation/libvirt/libvirt-7.7.0.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() { diff --git a/app-emulation/libvirt/libvirt-7.8.0.ebuild b/app-emulation/libvirt/libvirt-7.8.0.ebuild index 072203bbe652..7eebe2d3d822 100644 --- a/app-emulation/libvirt/libvirt-7.8.0.ebuild +++ b/app-emulation/libvirt/libvirt-7.8.0.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() { 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() { |