mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19821 "perl;" snippet must run the same perl executable that runs mtr.
This commit is contained in:
@ -366,6 +366,8 @@ main();
|
||||
|
||||
|
||||
sub main {
|
||||
$ENV{MTR_PERL}=$^X;
|
||||
|
||||
# Default, verbosity on
|
||||
report_option('verbose', 0);
|
||||
|
||||
|
Reference in New Issue
Block a user