Skip to content

Commit

Permalink
kde-frameworks/kpackage: Fix tests
Browse files Browse the repository at this point in the history
Reported-by: Jonathan Lovelace <[email protected]>
Gentoo-bug: 621458

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
a17r committed Jul 9, 2017
1 parent cc266df commit 3ec2c9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kde-frameworks/kpackage/kpackage-5.36.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ src_configure() {
}

src_test() {
# bug 621458
mkdir -p "${HOME}/.local/share/kservicetypes5" || die
cp "${S}"/src/kpackage/data/servicetypes/*desktop "${HOME}/.local/share/kservicetypes5/" || die

# tests cannot be run in parallel #606942
local myctestargs=(
-j1
Expand Down

0 comments on commit 3ec2c9a

Please sign in to comment.