Commit 26a46444 authored by Sergei Golubchik's avatar Sergei Golubchik

don't run main.ssl_system_ca in --embedded

this test needs a *server* and tries to connect with $MYSQL to it
parent 683a4988
......@@ -5,6 +5,8 @@
# They only work for openssl, because the following line works only there:
let SSL_CERT_DIR=$MYSQL_TMP_DIR;
source include/not_embedded.inc;
if (`select @@version_ssl_library not like 'OpenSSL%'`) {
skip Needs OpenSSL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment