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 1D5341382C5 for ; Mon, 22 Jun 2020 11:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DB8E090E; Mon, 22 Jun 2020 11:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 002ECE090E for ; Mon, 22 Jun 2020 11:45:49 +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 7563D34F074 for ; Mon, 22 Jun 2020 11:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E943F257 for ; Mon, 22 Jun 2020 11:45:43 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1592826339.6f024787e352dbc5dac7dddef85b5d4edd40b5b2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.2.4.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6f024787e352dbc5dac7dddef85b5d4edd40b5b2 X-VCS-Branch: master Date: Mon, 22 Jun 2020 11:45:43 +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: e4b996af-7af6-45f7-8bd7-7cb681686abc X-Archives-Hash: 21f8c89dc36ad2953c8a8f6421db3d63 commit: 6f024787e352dbc5dac7dddef85b5d4edd40b5b2 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jun 22 11:43:31 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jun 22 11:45:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f024787 net-analyzer/wireshark: Set ctest arguments Package-Manager: Portage-2.3.101, Repoman-2.3.22 Bug: https://bugs.gentoo.org/show_bug.cgi?id=673486 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/wireshark/wireshark-3.2.4.ebuild | 2 ++ net-analyzer/wireshark/wireshark-99999999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-analyzer/wireshark/wireshark-3.2.4.ebuild b/net-analyzer/wireshark/wireshark-3.2.4.ebuild index 80422887a1c..4f4102a716e 100644 --- a/net-analyzer/wireshark/wireshark-3.2.4.ebuild +++ b/net-analyzer/wireshark/wireshark-3.2.4.ebuild @@ -180,6 +180,8 @@ src_configure() { src_test() { cmake_build test-programs + + myctestargs=( --disable-capture --skip-missing-programs --verbose ) cmake_src_test } diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index a358f4abf6e..7c2126e3394 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -173,6 +173,8 @@ src_configure() { src_test() { cmake_build test-programs + + myctestargs=( --disable-capture --skip-missing-programs --verbose ) cmake_src_test }