You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
unittest fix:
Added macro SKIP_NOTLS for skipping tests if MariaDB Connector/C was build without TLS support.
This commit is contained in:
@@ -1401,6 +1401,7 @@ static int test_sslenforce(MYSQL *unused __attribute__((unused)))
|
||||
const char *env= getenv("MYSQL_TMP_DIR");
|
||||
char cnf_file1[FN_REFLEN + 1];
|
||||
|
||||
SKIP_NOTLS;
|
||||
SKIP_SKYSQL;
|
||||
|
||||
if (travis_test)
|
||||
|
Reference in New Issue
Block a user