зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1899681 - Fix perfdocs linter on Windows r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D212084
This commit is contained in:
Родитель
19da8a0c17
Коммит
2752133692
|
@ -228,7 +228,7 @@ class RaptorGatherer(FrameworkGatherer):
|
||||||
):
|
):
|
||||||
description["link searchfox"] = (
|
description["link searchfox"] = (
|
||||||
"https://searchfox.org/mozilla-central/source/"
|
"https://searchfox.org/mozilla-central/source/"
|
||||||
+ manifest_path
|
+ pathlib.Path(manifest_path).as_posix()
|
||||||
+ "#"
|
+ "#"
|
||||||
+ test_manifest.source_documents[key][subtest["name"]]["lineno"]
|
+ test_manifest.source_documents[key][subtest["name"]]["lineno"]
|
||||||
)
|
)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче