зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1486383 - Fix relative paths in the jstests support for external scripts in wpt tests; r=bbouvier
This commit is contained in:
Родитель
e54cd05a69
Коммит
49ce0e4018
|
@ -374,7 +374,7 @@ def load_wpt_tests(requested_paths, excluded_paths, debug, wasm):
|
|||
if script.startswith("/"):
|
||||
return os.path.join(wpt, script[1:])
|
||||
|
||||
return os.path.join(test_path, script)
|
||||
return os.path.join(wpt, os.path.dirname(test_path), script)
|
||||
|
||||
return [
|
||||
RefTestCase(
|
||||
|
|
Загрузка…
Ссылка в новой задаче