summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2018-10-19 18:36:43 (GMT)
committerAdam Gołębiowski2018-10-19 18:36:43 (GMT)
commite5444da8596e4d6adea50b48022a325fe205a8b1 (patch)
tree0ee04f9f57b1cb04569aa5e5b4b0f2d90c58be11
parentf50096885ce7cdeb0aa7eff0c9c3c471d30f7949 (diff)
downloadopenssh-e5444da8596e4d6adea50b48022a325fe205a8b1.zip
openssh-e5444da8596e4d6adea50b48022a325fe205a8b1.tar.gz
- pass TEST_SSH_TRACE for verbose output from tests
-rw-r--r--openssh.spec3
1 files changed, 2 insertions, 1 deletions
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