mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user