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 374D11382C5 for ; Sat, 30 May 2020 10:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E912E0831; Sat, 30 May 2020 10:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33E5FE0831 for ; Sat, 30 May 2020 10:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4F2D34EEAF for ; Sat, 30 May 2020 10:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C871DA for ; Sat, 30 May 2020 10:54:04 +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: <1590836021.d3c5272da2bf6a622c85054e09798d59e21a9a90.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsole/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsole/konsole-20.04.49.9999.ebuild kde-apps/konsole/konsole-9999.ebuild X-VCS-Directories: kde-apps/konsole/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d3c5272da2bf6a622c85054e09798d59e21a9a90 X-VCS-Branch: master Date: Sat, 30 May 2020 10:54:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40655ef5-d095-421c-99fd-0a61d3328aca X-Archives-Hash: 4e0a41bcbc9f6af0bf9af00a2ea67383 commit: d3c5272da2bf6a622c85054e09798d59e21a9a90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 30 10:53:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 30 10:53:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3c5272d kde-apps/konsole: Disable hanging DBusTest Bug: https://bugs.gentoo.org/702690 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konsole/konsole-20.04.49.9999.ebuild | 9 +++++++++ kde-apps/konsole/konsole-9999.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/kde-apps/konsole/konsole-20.04.49.9999.ebuild b/kde-apps/konsole/konsole-20.04.49.9999.ebuild index 08d1354a51..bfac7a913d 100644 --- a/kde-apps/konsole/konsole-20.04.49.9999.ebuild +++ b/kde-apps/konsole/konsole-20.04.49.9999.ebuild @@ -60,3 +60,12 @@ src_configure() { ecm_src_configure } + +src_test() { + # drkonqi process interferes. bug 702690 + local myctestargs=( + -E "(DBusTest)" + ) + + ecm_src_test +} diff --git a/kde-apps/konsole/konsole-9999.ebuild b/kde-apps/konsole/konsole-9999.ebuild index 08d1354a51..bfac7a913d 100644 --- a/kde-apps/konsole/konsole-9999.ebuild +++ b/kde-apps/konsole/konsole-9999.ebuild @@ -60,3 +60,12 @@ src_configure() { ecm_src_configure } + +src_test() { + # drkonqi process interferes. bug 702690 + local myctestargs=( + -E "(DBusTest)" + ) + + ecm_src_test +}