mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
merge from 5.1-mtr
This commit is contained in:
commit
7197f142cc
5 changed files with 27 additions and 25 deletions
|
|
@ -143,7 +143,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
Add a link
Reference in a new issue