Bug 1486383 - Fix relative paths in the jstests support for external scripts in wpt tests; r=bbouvier

This commit is contained in:
Ms2ger 2018-08-30 12:10:49 +02:00
Родитель e54cd05a69
Коммит 49ce0e4018
1 изменённых файлов: 1 добавлений и 1 удалений

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

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