Commit 65120d95 authored by Bjorn Munch's avatar Bjorn Munch

upmerge 58482

parents ca2ea554 f6c89f46
...@@ -150,7 +150,7 @@ sub collect_test_cases ($$$$) { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment