diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-01-21 11:30:02 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-01-22 11:39:54 +0100 |
commit | fa331acefd6b5907b06d394ae0ae096749129601 (patch) | |
tree | 66866d9418ce451e9f7c9539bb42084a076ed0ac | |
parent | dc28b6d180a00658debf65b1258bd5fdf0d0c26e (diff) | |
download | mariadb-git-fa331acefd6b5907b06d394ae0ae096749129601.tar.gz |
improve ASAN instrumentation: mtr
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 7bd86e66575..37e5d486988 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1605,6 +1605,7 @@ sub command_line_setup { $opt_manual_debug || $opt_dbx || $opt_client_dbx || $opt_manual_dbx || $opt_debugger || $opt_client_debugger ) { + $ENV{ASAN_OPTIONS}= 'abort_on_error=1:'.($ENV{ASAN_OPTIONS} || ''); if ( using_extern() ) { mtr_error("Can't use --extern when using debugger"); |