зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1379955 - Use longest prefix match when rewriting lcov entries. r=chmanchester
--HG-- extra : rebase_source : 614fb7c1edd4b5e3a86e8e3edad53ed315f6f9df
This commit is contained in:
Родитель
9bde55e1f0
Коммит
9c81bb27c1
|
@ -507,6 +507,7 @@ class UrlFinder(object):
|
|||
src_prefix = ''.join(_prefix(pattern_prefix))
|
||||
self._install_mapping[objdir_path] = (mozpath.join(src_prefix, full_leaf),
|
||||
is_pp)
|
||||
break
|
||||
offset += 1
|
||||
|
||||
def _install_info(self, objdir_path):
|
||||
|
|
Загрузка…
Ссылка в новой задаче