mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fix typo in mysql-test-run.pl (not caught by aotupush since it uses mysql-test-run.sh).
mysql-test/mysql-test-run.pl: Fix typo.
This commit is contained in:
parent
73f5ae213d
commit
f9216cdf8d
1 changed files with 1 additions and 1 deletions
|
|
@ -2436,7 +2436,7 @@ sub valgrind_arguments {
|
|||
if ( $opt_valgrind_options )
|
||||
{
|
||||
# FIXME split earlier and put into @glob_valgrind_*
|
||||
mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options)));
|
||||
mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options));
|
||||
}
|
||||
|
||||
mtr_add_arg($args, $$exe);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue