mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Update PKCS#11 tests to follow global verbosity
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
@@ -561,7 +561,7 @@ int torture_run_tests(void) {
|
||||
cmocka_unit_test(torture_pki_ecdsa_import_pubkey_without_loading_public_uri_521),
|
||||
};
|
||||
ssh_session session = ssh_new();
|
||||
int verbosity = SSH_LOG_FUNCTIONS;
|
||||
int verbosity = torture_libssh_verbosity();
|
||||
|
||||
/* Do not use system openssl.cnf for the pkcs11 uri tests.
|
||||
* It can load a pkcs11 provider too early before we will set up environment
|
||||
|
||||
@@ -283,7 +283,7 @@ torture_run_tests(void)
|
||||
};
|
||||
|
||||
ssh_session session = ssh_new();
|
||||
int verbosity = SSH_LOG_FUNCTIONS;
|
||||
int verbosity = torture_libssh_verbosity();
|
||||
|
||||
/* Do not use system openssl.cnf for the pkcs11 uri tests.
|
||||
* It can load a pkcs11 provider too early before we will set up environment
|
||||
|
||||
Reference in New Issue
Block a user