[packages/openssh] - pass TEST_SSH_TRACE for verbose output from tests
adamg
adamg at pld-linux.org
Fri Oct 19 20:36:53 CEST 2018
commit e5444da8596e4d6adea50b48022a325fe205a8b1
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Fri Oct 19 20:36:43 2018 +0200
- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/e5444da8596e4d6adea50b48022a325fe205a8b1
More information about the pld-cvs-commit
mailing list