From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF8D9139694 for ; Wed, 22 Mar 2017 23:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9DDE21C073; Wed, 22 Mar 2017 23:13:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6E8A21C073 for ; Wed, 22 Mar 2017 23:13:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D8AE33D3C7 for ; Wed, 22 Mar 2017 23:13:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0615E7186 for ; Wed, 22 Mar 2017 23:13:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1490224369.5bc812cc36c19ad862bfa22b0fe553d52fa93a61.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okteta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okteta/okteta-17.04.49.9999.ebuild kde-apps/okteta/okteta-9999.ebuild X-VCS-Directories: kde-apps/okteta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5bc812cc36c19ad862bfa22b0fe553d52fa93a61 X-VCS-Branch: master Date: Wed, 22 Mar 2017 23:13:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c968fba-e3b5-4d3e-8b26-bc3f04b8c733 X-Archives-Hash: e5ee7dcb05275734c89d89ce0befde4c commit: 5bc812cc36c19ad862bfa22b0fe553d52fa93a61 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 22 23:12:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 23:12:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5bc812cc kde-apps/okteta: Fix tests Reported-by: Frank Krömmelbein gmx.de> Gentoo-bug: 612776 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/okteta/okteta-17.04.49.9999.ebuild | 6 ++++++ kde-apps/okteta/okteta-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/kde-apps/okteta/okteta-17.04.49.9999.ebuild b/kde-apps/okteta/okteta-17.04.49.9999.ebuild index d752dea510..69d4aaa7e8 100644 --- a/kde-apps/okteta/okteta-17.04.49.9999.ebuild +++ b/kde-apps/okteta/okteta-17.04.49.9999.ebuild @@ -51,3 +51,9 @@ src_configure() { kde5_src_configure } + +src_test() { + local myctestargs=( -j1 ) + + kde5_src_test +} diff --git a/kde-apps/okteta/okteta-9999.ebuild b/kde-apps/okteta/okteta-9999.ebuild index d752dea510..69d4aaa7e8 100644 --- a/kde-apps/okteta/okteta-9999.ebuild +++ b/kde-apps/okteta/okteta-9999.ebuild @@ -51,3 +51,9 @@ src_configure() { kde5_src_configure } + +src_test() { + local myctestargs=( -j1 ) + + kde5_src_test +}