]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- pass TEST_SSH_TRACE for verbose output from tests
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 19 Oct 2018 18:36:43 +0000 (20:36 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 19 Oct 2018 18:36:43 +0000 (20:36 +0200)
openssh.spec

index 7c0daac62bdaada7f68ff1e28a3ee3dd89af6551..557d6a64ed239c65d153d948d858797753aac592 100644 (file)
@@ -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
This page took 0.041665 seconds and 4 git commands to generate.