1
0
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:
Georg Richter
2020-10-23 06:39:15 +02:00
parent 2064d89513
commit 8a4fac7f22
3 changed files with 13 additions and 2 deletions

View File

@@ -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)