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:
Tooru Fujisawa 2024-02-22 13:06:50 +00:00
Родитель a56f40eee5
Коммит 0055729d18
1 изменённых файлов: 1 добавлений и 1 удалений

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

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