commit: 6f024787e352dbc5dac7dddef85b5d4edd40b5b2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Jun 22 11:43:31 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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 <jer <AT> 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 }