diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2017-05-08 11:55:51 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-07-14 22:38:37 +0400 |
commit | c8c6a9fdf4ac3e506e52a80fe4a766d203178cce (patch) | |
tree | 53c2a11972d027c7400561bc13eff9d6eb7823a3 | |
parent | a06f2f430f6cfd55929c3734b24e04fa70803156 (diff) | |
download | mariadb-git-c8c6a9fdf4ac3e506e52a80fe4a766d203178cce.tar.gz |
mtr: fix_vs_config doesn't change bindir
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 47c4f6ca737..750722ea5a5 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1290,10 +1290,6 @@ sub command_line_setup { fix_vs_config_dir(); - # Respect MTR_BINDIR variable, which is typically set in to the - # build directory in out-of-source builds. - $bindir=$ENV{MTR_BINDIR}||$basedir; - # Look for the client binaries directory if ($path_client_bindir) { |