mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
upmerge 58482
This commit is contained in:
commit
2405f2bc55
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ sub collect_test_cases ($$$$) {
|
|||
{
|
||||
last unless $opt_reorder;
|
||||
# test->{name} is always in suite.name format
|
||||
if ( $test->{name} =~ /.*\.$tname/ )
|
||||
if ( $test->{name} =~ /^$sname.*\.$tname$/ )
|
||||
{
|
||||
$found= 1;
|
||||
last;
|
||||
|
|
Loading…
Add table
Reference in a new issue