mirror of
https://github.com/mariadb-corporation/mariadb-connector-cpp.git
synced 2025-08-08 08:24:13 +00:00
CONCPP-24 Enabling testing against SkySQL database in travis
This commit is contained in:
@ -54,6 +54,8 @@ int main(int argc, char** argv)
|
||||
|
||||
std::map<String, bool> defaultBoolValues;
|
||||
|
||||
defaultBoolValues["useTls"]= TEST_USETLS;
|
||||
|
||||
testsuite::StartOptions options(unnamedStartParams, & defaultStringValues
|
||||
, & defaultBoolValues);
|
||||
|
||||
|
Reference in New Issue
Block a user