Skip to content

Commit

Permalink
kde-apps/kimap: Pass -j1 directly to ecm_src_test
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 4, 2025
1 parent 29f30a8 commit 977769f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions kde-apps/kimap/kimap-24.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ DEPEND="${RDEPEND}

src_test() {
# tests cannot be run in parallel #605586
local myctestargs=(
-j1
)
ecm_src_test
ecm_src_test -j1
}
5 changes: 1 addition & 4 deletions kde-apps/kimap/kimap-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ DEPEND="${RDEPEND}

src_test() {
# tests cannot be run in parallel #605586
local myctestargs=(
-j1
)
ecm_src_test
ecm_src_test -j1
}
5 changes: 1 addition & 4 deletions kde-apps/kimap/kimap-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ DEPEND="${RDEPEND}

src_test() {
# tests cannot be run in parallel #605586
local myctestargs=(
-j1
)
ecm_src_test
ecm_src_test -j1
}

0 comments on commit 977769f

Please sign in to comment.