1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#30560 Valgrind option to mysql-test-run with spaces in cause strange error

This commit is contained in:
msvensson@shellback.(none)
2007-10-05 18:36:23 +02:00
parent 39a069b296
commit c86bd100c8

View File

@ -5007,7 +5007,7 @@ sub valgrind_arguments {
} }
# Add valgrind options, can be overriden by user # Add valgrind options, can be overriden by user
mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options)); mtr_add_arg($args, '%s', $opt_valgrind_options);
mtr_add_arg($args, $$exe); mtr_add_arg($args, $$exe);