mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-base/xfconf: Run tests with -j1 due to race condition
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=13840 Closes: https://bugs.gentoo.org/629960
This commit is contained in:
@@ -52,7 +52,8 @@ my_test() {
|
||||
eval "${out}"
|
||||
|
||||
local ret=0
|
||||
nonfatal emake check || ret=1
|
||||
# https://bugzilla.xfce.org/show_bug.cgi?id=13840
|
||||
nonfatal emake -j1 check || ret=1
|
||||
|
||||
kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
|
||||
return "${ret}"
|
||||
|
||||
Reference in New Issue
Block a user