Skip to content

Commit

Permalink
don't run main.ssl_system_ca in --embedded
Browse files Browse the repository at this point in the history
this test needs a *server* and tries to connect with $MYSQL to it
  • Loading branch information
vuvova committed Jan 23, 2020
1 parent 683a498 commit 26a4644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/t/ssl_system_ca.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 26a4644

Please sign in to comment.