mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
No need to pass an additional arg to to mtr_add_arg when there is no % sign
This commit is contained in:
parent
427f1acaaa
commit
26e6d78845
1 changed files with 2 additions and 4 deletions
|
|
@ -4293,13 +4293,11 @@ sub run_mysqltest ($) {
|
|||
if ( $opt_ssl )
|
||||
{
|
||||
# Turn on SSL for _all_ test cases if option --ssl was used
|
||||
mtr_add_arg($args, "--ssl",
|
||||
$glob_mysql_test_dir);
|
||||
mtr_add_arg($args, "--ssl");
|
||||
}
|
||||
elsif ( $opt_ssl_supported )
|
||||
{
|
||||
mtr_add_arg($args, "--skip-ssl",
|
||||
$glob_mysql_test_dir);
|
||||
mtr_add_arg($args, "--skip-ssl");
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue