mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Added verbosity flag for unit tests
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
ssh_session session;
|
||||
|
||||
static void setup(void) {
|
||||
int verbosity=torture_libssh_verbosity();
|
||||
session = ssh_new();
|
||||
ssh_options_set(session,SSH_OPTIONS_HOST,"localhost");
|
||||
ssh_options_set(session,SSH_OPTIONS_LOG_VERBOSITY,&verbosity);
|
||||
}
|
||||
|
||||
static void teardown(void) {
|
||||
|
||||
Reference in New Issue
Block a user