Commit 17a80c9d authored by knielsen@mysql.com's avatar knielsen@mysql.com

Fix typo in mysql-test-run.pl (not caught by aotupush since it uses mysql-test-run.sh).

parent afeb3c06
...@@ -2436,7 +2436,7 @@ sub valgrind_arguments { ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment