From e5444da8596e4d6adea50b48022a325fe205a8b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Fri, 19 Oct 2018 20:36:43 +0200 Subject: [PATCH] - pass TEST_SSH_TRACE for verbose output from tests --- openssh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 7c0daac..557d6a6 100644 --- a/openssh.spec +++ b/openssh.spec @@ -590,7 +590,8 @@ echo '#define LOGIN_PROGRAM "/bin/login"' >>config.h %if %{with tests} %{__make} -j1 tests \ - TEST_SSH_PORT=$((4242 + ${RANDOM:-$$} % 1000)) + TEST_SSH_PORT=$((4242 + ${RANDOM:-$$} % 1000)) \ + TEST_SSH_TRACE="yes" %endif cd contrib -- 2.43.0