mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fix uninitialized warning in mysql-test-run.pl
make the test to require sphinx 2.0.4 or later
This commit is contained in:
@@ -418,6 +418,8 @@ sub main {
|
||||
|
||||
mtr_report("Checking supported features...");
|
||||
|
||||
executable_setup();
|
||||
|
||||
# --debug[-common] implies we run debug server
|
||||
$opt_debug_server= 1 if $opt_debug || $opt_debug_common;
|
||||
|
||||
@@ -436,8 +438,6 @@ sub main {
|
||||
check_ssl_support();
|
||||
check_debug_support();
|
||||
|
||||
executable_setup();
|
||||
|
||||
mtr_report("Collecting tests...");
|
||||
my $tests= collect_test_cases($opt_reorder, $opt_suites, \@opt_cases, \@opt_skip_test_list);
|
||||
mark_time_used('collect');
|
||||
|
||||
Reference in New Issue
Block a user