mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
mtr bug: files outside of both the suite dir and the overlay dir, were
treated as coming from the overlay.
This commit is contained in:
parent
a73972bfea
commit
38e2340a8e
1 changed files with 2 additions and 0 deletions
|
|
@ -968,6 +968,8 @@ sub get_tags_from_file($$) {
|
|||
} elsif ($over and $file =~ m@^$pdir/(.*)$@) {
|
||||
$suffix = $1;
|
||||
@prefix = map { "$_/" } $sdir, $pdir;
|
||||
} else {
|
||||
$over = 0; # file neither in $sdir nor in $pdir
|
||||
}
|
||||
|
||||
while (my $line= <$F>)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue