mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
torture_algorithm: follow verbosity
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
|
||||
|
||||
static void setup(void **state) {
|
||||
int verbosity=torture_libssh_verbosity();
|
||||
ssh_session session = ssh_new();
|
||||
ssh_options_set(session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
|
||||
*state = session;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user