diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-06-22 13:43:31 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-06-22 13:45:39 +0200 |
commit | 6f024787e352dbc5dac7dddef85b5d4edd40b5b2 (patch) | |
tree | 4f4eaaa1a5f1b56d5da072f58cf4b654e6aae5b7 /net-analyzer | |
parent | net-misc/oidc-agent: depend on sys-libs/libseccomp (diff) | |
download | gentoo-6f024787e352dbc5dac7dddef85b5d4edd40b5b2.tar.gz gentoo-6f024787e352dbc5dac7dddef85b5d4edd40b5b2.tar.bz2 gentoo-6f024787e352dbc5dac7dddef85b5d4edd40b5b2.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.2.4.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.2.4.ebuild b/net-analyzer/wireshark/wireshark-3.2.4.ebuild index 80422887a1c2..4f4102a716e1 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 a358f4abf6ea..7c2126e33941 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 } |