commit:     48d8cf183b05ac894acd5ad38dcc6152b7f95adc
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 12:12:31 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 12:13:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d8cf18

net-analyzer/wireshark: Provide correct ctest argument

According to test/test.py we should use --skip-missing-programs=all. It
does not work, of course, but it is a small step on the way.

Package-Manager: Portage-2.3.101, Repoman-2.3.23
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, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-3.2.4.ebuild 
b/net-analyzer/wireshark/wireshark-3.2.4.ebuild
index 4f4102a716e..33ae5ea2b3f 100644
--- a/net-analyzer/wireshark/wireshark-3.2.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.2.4.ebuild
@@ -181,7 +181,7 @@ src_configure() {
 src_test() {
        cmake_build test-programs
 
-       myctestargs=( --disable-capture --skip-missing-programs --verbose )
+       myctestargs=( --disable-capture --skip-missing-programs=all --verbose )
        cmake_src_test
 }
 

diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild 
b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 7c2126e3394..0fca7d96422 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -174,7 +174,7 @@ src_configure() {
 src_test() {
        cmake_build test-programs
 
-       myctestargs=( --disable-capture --skip-missing-programs --verbose )
+       myctestargs=( --disable-capture --skip-missing-programs=all --verbose )
        cmake_src_test
 }
 

Reply via email to