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:
Michał Górny
2017-09-05 19:09:32 +02:00
parent aff05fd84a
commit 9e2f3e279d

View File

@@ -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}"