xfce-base/xfconf: Upstream handles disabling parallel tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-06-17 08:24:36 +02:00
parent 5e31758a28
commit e6442d9ee0

View File

@@ -53,8 +53,7 @@ my_test() {
eval "${out}"
local ret=0
# https://bugzilla.xfce.org/show_bug.cgi?id=13840
nonfatal emake -j1 check || ret=1
nonfatal emake check || ret=1
kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
return "${ret}"