You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
Travis fixes:
server verification still fails due to wrong hostname - these tests are now disabled for Travis only Disable test when testing against a MySQL server.
This commit is contained in:
@@ -625,6 +625,8 @@ static int verify_ssl_server_cert(MYSQL *unused __attribute__((unused)))
|
||||
if (!hostname || !strcmp(hostname, "localhost"))
|
||||
return SKIP;
|
||||
|
||||
SKIP_TRAVIS();
|
||||
|
||||
mysql= mysql_init(NULL);
|
||||
FAIL_IF(!mysql, "Can't allocate memory");
|
||||
|
||||
|
Reference in New Issue
Block a user