forked from mirrors/gecko-dev
Bug 1928619 - test262-export: include the test262-local sm/non262.js harness file; r=dminor
Differential Revision: https://phabricator.services.mozilla.com/D227653
This commit is contained in:
parent
e7a72809c5
commit
1592877e00
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ SUPPORT_FILES = set(
|
|||
# Run once per subdirectory
|
||||
def findAndCopyIncludes(dirPath: str, baseDir: str, includeDir: str) -> "list[str]":
|
||||
relPath = os.path.relpath(dirPath, baseDir)
|
||||
includes: list[str] = []
|
||||
includes: list[str] = ["sm/non262.js"]
|
||||
os.makedirs(os.path.join(includeDir, "sm"), exist_ok=True)
|
||||
|
||||
# Recurse down all folders in the relative path until
|
||||
|
|
|
|||
Loading…
Reference in a new issue