commit:     43ed23e5ea7be5c9ffaefc91f18b088da13e9e24
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  1 00:08:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  1 00:10:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ed23e5

net-misc/openssh: wire up more tests

Note that the 'tests' target does run them all, but in most cases, we don't
use that because of the shell needed for the 'portage' user.

So, wire up the following:

* 'unit', added in e7429f2be8643e1100380a8a7389d85cc286c8fe upstream (2014);
* 'file-tests', added in 159e987a54d92ccd73875e7581ffc64e8927a715 upstream 
(2019).

It would be nice to perhaps wire up more of the interop tests w/ dropbear
and twisted (IIRC) at some point.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/openssh/openssh-10.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-10.0_p2.ebuild 
b/net-misc/openssh/openssh-10.0_p2.ebuild
index 10b3c5856186..14b86cc3fcf3 100644
--- a/net-misc/openssh/openssh-10.0_p2.ebuild
+++ b/net-misc/openssh/openssh-10.0_p2.ebuild
@@ -299,7 +299,7 @@ src_test() {
        if [[ ${shell} == */nologin ]] || [[ ${shell} == */false ]] ; then
                ewarn "Running the full OpenSSH testsuite requires a usable 
shell for the 'portage'"
                ewarn "user, so we will run a subset only."
-               tests+=( interop-tests )
+               tests+=( interop-tests file-tests unit )
        else
                tests+=( tests )
        fi

Reply via email to