mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-03-24 20:40:09 +09:00
Add log verbosity to some testcases
This commit is contained in:
@@ -30,7 +30,9 @@ ssh_session session;
|
||||
#define KNOWNHOSTFILES "libssh_torture_knownhosts"
|
||||
|
||||
static void setup(void) {
|
||||
int verbosity=torture_libssh_verbosity();
|
||||
session = ssh_new();
|
||||
ssh_options_set(session,SSH_OPTIONS_LOG_VERBOSITY,&verbosity);
|
||||
}
|
||||
|
||||
static void teardown(void) {
|
||||
|
||||
Reference in New Issue
Block a user