Bug 1431723 - Actually use URL overrides in the LCOV rewriter. r=chmanchester

--HG--
extra : rebase_source : cb31f4f193a7fcda9db6c6be7376c01554013c87
This commit is contained in:
Marco Castelluccio 2018-01-19 12:46:43 +01:00
Родитель a69b08ec8f
Коммит 6ae73dfbcf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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