mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Use --skip-ssl by default
This commit is contained in:
parent
11bb5c9508
commit
e4b2d04092
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue