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
Test fix for character test conc223:
Show the missing collation IDs instead of the total number of missing collations. Patch submitted by Michael "Monty" Widenius.
This commit is contained in:
@@ -586,7 +586,7 @@ void get_envvars() {
|
||||
if (!getenv("MYSQLTEST_VARDIR") &&
|
||||
!getenv("MARIADB_CC_TEST"))
|
||||
{
|
||||
skip_all("Tests skipped.\nFor running unittest suite outside of MariaDB server tests,\nplease specify MARIADB_CC_TEST environment variable.");
|
||||
skip_all("Tests skipped.\nFor running unittest suite outside of MariaDB server tests,\nplease specify MARIADB_CC_TEST environment variable.\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user