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