mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
games-util/oversteer: Skip appstream file test
One test requires network access as it tries to download an image from github. This change just skips the test in meson.build. Closes: https://bugs.gentoo.org/975151 Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
@@ -35,6 +35,12 @@ src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Skip the appstream file test as it requires network access.
|
||||
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build"
|
||||
meson_src_test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
@@ -35,6 +35,12 @@ src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Skip the appstream file test as it requires network access.
|
||||
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build"
|
||||
meson_src_test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user