Commit 778a174e authored by Elena Stepanova's avatar Elena Stepanova

Postfix for f4691723: use colon instead of comma

Comma is reported not to work on older systems/ASAN versions
parent 13911752
......@@ -1798,7 +1798,7 @@ sub command_line_setup {
# $ENV{ASAN_OPTIONS}= "log_path=${opt_vardir}/log/asan:" . $ENV{ASAN_OPTIONS};
# Add leak suppressions
$ENV{LSAN_OPTIONS}= "suppressions=${glob_mysql_test_dir}/lsan.supp,print_suppressions=0"
$ENV{LSAN_OPTIONS}= "suppressions=${glob_mysql_test_dir}/lsan.supp:print_suppressions=0"
if -f "$glob_mysql_test_dir/lsan.supp" and not IS_WINDOWS;
if ( $opt_gdb || $opt_client_gdb || $opt_ddd || $opt_client_ddd ||
......
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