From 9780fa2f016e13380a7d8a1b64529fcb9c86ff05 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 28 Nov 2025 22:46:51 +0100 Subject: [PATCH] tests: Apply verbosity also for the ssh_bind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider Reviewed-by: Pavol Žáčik --- tests/torture.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/torture.c b/tests/torture.c index 873f85ec..b321021a 100644 --- a/tests/torture.c +++ b/tests/torture.c @@ -415,6 +415,13 @@ ssh_bind torture_ssh_bind(const char *addr, goto out_free; } + rc = ssh_bind_options_set(sshbind, + SSH_BIND_OPTIONS_LOG_VERBOSITY, + &verbosity); + if (rc < 0) { + goto out_free; + } + switch (key_type) { case SSH_KEYTYPE_RSA: case SSH_KEYTYPE_ECDSA_P256: