mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Generate ssl arguments only if ssl is supported
This commit is contained in:
@ -2235,6 +2235,7 @@ sub run_testcase ($) {
|
||||
#hosts => [ 'host1', 'host2' ],
|
||||
user => $opt_user,
|
||||
password => '',
|
||||
ssl => $opt_ssl_supported,
|
||||
}
|
||||
);
|
||||
|
||||
@ -3198,10 +3199,6 @@ 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>
|
||||
|
Reference in New Issue
Block a user