mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
upmerge 58482
This commit is contained in:
@ -150,7 +150,7 @@ sub collect_test_cases ($$$$) {
|
|||||||
{
|
{
|
||||||
last unless $opt_reorder;
|
last unless $opt_reorder;
|
||||||
# test->{name} is always in suite.name format
|
# test->{name} is always in suite.name format
|
||||||
if ( $test->{name} =~ /.*\.$tname/ )
|
if ( $test->{name} =~ /^$sname.*\.$tname$/ )
|
||||||
{
|
{
|
||||||
$found= 1;
|
$found= 1;
|
||||||
last;
|
last;
|
||||||
|
Reference in New Issue
Block a user