зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431723 - Actually use URL overrides in the LCOV rewriter. r=chmanchester
--HG-- extra : rebase_source : cb31f4f193a7fcda9db6c6be7376c01554013c87
This commit is contained in:
Родитель
a69b08ec8f
Коммит
6ae73dfbcf
|
@ -515,7 +515,7 @@ class UrlFinder(object):
|
|||
for dest in dests:
|
||||
if not dest.endswith('/'):
|
||||
dest += '/'
|
||||
objdir_path = url.replace(prefix, dest)
|
||||
objdir_path = term.replace(prefix, dest)
|
||||
|
||||
while objdir_path.startswith('//'):
|
||||
# The mochitest harness produces some wonky file:// uris
|
||||
|
|
Загрузка…
Ссылка в новой задаче