mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Bug #54364 Allow multiple --experimental command line options for MTR
Bummer: MTR fails if a test fails and no --experimental is used $experimental_test_cases must be intialized
This commit is contained in:
parent
d843209485
commit
9edbfe0f4c
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ my $config; # The currently running config
|
|||
my $current_config_name; # The currently running config file template
|
||||
|
||||
our @opt_experimentals;
|
||||
our $experimental_test_cases;
|
||||
our $experimental_test_cases= [];
|
||||
|
||||
my $baseport;
|
||||
# $opt_build_thread may later be set from $opt_port_base
|
||||
|
|
Loading…
Reference in a new issue