mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix typo in mysql-test-run.pl (not caught by aotupush since it uses mysql-test-run.sh).
This commit is contained in:
@ -2436,7 +2436,7 @@ sub valgrind_arguments {
|
|||||||
if ( $opt_valgrind_options )
|
if ( $opt_valgrind_options )
|
||||||
{
|
{
|
||||||
# FIXME split earlier and put into @glob_valgrind_*
|
# 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);
|
mtr_add_arg($args, $$exe);
|
||||||
|
Reference in New Issue
Block a user