1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Use --skip-ssl by default

This commit is contained in:
msvensson@pilot.mysql.com
2007-12-20 18:42:23 +01:00
parent 8b3d267eea
commit 412ab8016b

View File

@ -3193,6 +3193,11 @@ sub start_mysqltest ($) {
# Turn on SSL for _all_ test cases if option --ssl was used
mtr_add_arg($args, "--ssl");
}
elsif ( $opt_ssl_supported )
{
mtr_add_arg($args, "--skip-ssl");
}
# ----------------------------------------------------------------------
# export MYSQL_TEST variable containing <path>/mysqltest <args>