mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.1
This commit is contained in:
@@ -398,7 +398,8 @@ sub collect_suite_name($$)
|
||||
{
|
||||
my @dirs = my_find_dir(dirname($::glob_mysql_test_dir),
|
||||
["mariadb-test/suite", "mysql-test/suite", @plugin_suitedirs ],
|
||||
$suitename);
|
||||
$suitename,
|
||||
$::opt_skip_not_found ? NOT_REQUIRED : undef);
|
||||
#
|
||||
# if $suitename contained wildcards, we'll have many suites and
|
||||
# their overlays here. Let's group them appropriately.
|
||||
|
Reference in New Issue
Block a user