зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1881413 - Create tooltool-cache in state directory. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D202388
This commit is contained in:
Родитель
a56f40eee5
Коммит
0055729d18
|
@ -110,7 +110,7 @@ def run_awsy(command_context, tests, binary=None, **kwargs):
|
|||
"-v",
|
||||
"--tooltool-manifest=%s" % manifest_file,
|
||||
"--cache-dir=%s"
|
||||
% os.path.join(command_context.topsrcdir, "tooltool-cache"),
|
||||
% os.path.join(command_context._mach_context.state_dir, "tooltool-cache"),
|
||||
]
|
||||
}
|
||||
command_context.run_process(cwd=page_load_test_dir, **tooltool_args)
|
||||
|
|
Загрузка…
Ссылка в новой задаче