summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-03-04 22:10:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-03-04 22:10:35 +0100
commit29f30a86a8a07a85112d659f6495f6aab7073c03 (patch)
tree10a4f26b22903acb5f365248e06e931e1f33c449
parent3a2c84f01de9e03a2be242ef60ba0dae03336ebe (diff)
downloadkde-29f30a86a8a07a85112d659f6495f6aab7073c03.tar.gz
kde-29f30a86a8a07a85112d659f6495f6aab7073c03.tar.bz2
kde-29f30a86a8a07a85112d659f6495f6aab7073c03.zip
app-editors/okteta: Pass -j1 directly to ecm_src_test
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-editors/okteta/okteta-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/okteta/okteta-9999.ebuild b/app-editors/okteta/okteta-9999.ebuild
index 33000c1b986..2b66138f0a8 100644
--- a/app-editors/okteta/okteta-9999.ebuild
+++ b/app-editors/okteta/okteta-9999.ebuild
@@ -60,7 +60,5 @@ src_configure() {
}
src_test() {
- local myctestargs=( -j1 )
-
- ecm_src_test
+ ecm_src_test -j1
}