mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Fix typo, Add "s" to format specifier for --stress-init-file
This commit is contained in:
parent
928fa57a9e
commit
39e394395b
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ sub run_stress_test ()
|
|||
|
||||
if ( $::opt_stress_init_file )
|
||||
{
|
||||
mtr_add_arg($args, "--stress-init-file=%", $::opt_stress_init_file);
|
||||
mtr_add_arg($args, "--stress-init-file=%s", $::opt_stress_init_file);
|
||||
}
|
||||
|
||||
if ( !$::opt_stress_loop_count && !$::opt_stress_test_count &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue