mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysqlhotcopy tests fixed.
The 'mysqlhotcopy' tool gets into bin/ directory after the installation from the scripts/. So check for it in that in the mysql-test-run.pl. per-file comments: mysql-test/mysql-test-run.pl Check the bin/ for mysqlhotcopy presence.
This commit is contained in:
@ -2155,9 +2155,8 @@ sub environment_setup {
|
|||||||
# mysqlhotcopy
|
# mysqlhotcopy
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
my $mysqlhotcopy=
|
my $mysqlhotcopy=
|
||||||
mtr_pl_maybe_exists("$bindir/scripts/mysqlhotcopy");
|
mtr_pl_maybe_exists("$bindir/scripts/mysqlhotcopy") ||
|
||||||
# Since mysqltest interprets the real path as "false" in an if,
|
mtr_pl_maybe_exists("$path_client_bindir/mysqlhotcopy");
|
||||||
# use 1 ("true") to indicate "not exists" so it can be tested for
|
|
||||||
if ($mysqlhotcopy)
|
if ($mysqlhotcopy)
|
||||||
{
|
{
|
||||||
$ENV{'MYSQLHOTCOPY'}= $mysqlhotcopy;
|
$ENV{'MYSQLHOTCOPY'}= $mysqlhotcopy;
|
||||||
|
Reference in New Issue
Block a user