summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-06-22 13:43:31 +0200
committerJeroen Roovers <jer@gentoo.org>2020-06-22 13:45:39 +0200
commit6f024787e352dbc5dac7dddef85b5d4edd40b5b2 (patch)
tree4f4eaaa1a5f1b56d5da072f58cf4b654e6aae5b7 /net-analyzer/wireshark/wireshark-99999999.ebuild
parentnet-misc/oidc-agent: depend on sys-libs/libseccomp (diff)
downloadgentoo-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/wireshark/wireshark-99999999.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}