summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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