mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-power/power-profiles-daemon: Run tests sequentially
As dbus tests are known to fail from time to time:
bdb2dba0f8
Closes: https://bugs.gentoo.org/953966
Closes: https://bugs.gentoo.org/954179
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -80,6 +80,11 @@ src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Dbus tests are prone to fail when run in parallel
|
||||
MAKEOPTS="-j1" meson_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_fix_shebang "${D}"/usr/bin/powerprofilesctl
|
||||
|
||||
Reference in New Issue
Block a user