mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 931882 - Correct the creation of the jit-test remote js-cache directory. r=dminor
This commit is contained in:
parent
01f3a4a9ee
commit
13ff3d660e
@ -659,7 +659,7 @@ def run_tests_remote(tests, prefix, options):
|
||||
dm.chmodDir(options.remote_test_root)
|
||||
|
||||
Test.CacheDir = posixpath.join(options.remote_test_root, '.js-cache')
|
||||
dm.mkDirs(Test.CacheDir)
|
||||
dm.mkDir(Test.CacheDir)
|
||||
|
||||
dm.pushDir(ECMA6_DIR, posixpath.join(jit_tests_dir, 'tests', 'ecma_6'), timeout=600)
|
||||
dm.pushDir(os.path.dirname(TEST_DIR), options.remote_test_root, timeout=600)
|
||||
|
Loading…
Reference in New Issue
Block a user