mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03: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