Skip to content

Commit eef6e57

Browse files
Zsolt BorbélyLaszloLango
authored andcommitted
Skip out license-check in case of test262 tests (#1504)
Can break testruns, when the test262 folder already present. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
1 parent 1c38c12 commit eef6e57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/check-license.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import os
1818
import re
1919
import sys
20+
from settings import *
2021

2122

2223
license = re.compile(
@@ -46,7 +47,8 @@
4647
]
4748

4849
exclude_dirs = [
49-
'targets/esp8266'
50+
'targets/esp8266',
51+
os.path.relpath (TEST262_TEST_SUITE_DIR, PROJECT_DIR),
5052
]
5153

5254
exts = [

0 commit comments

Comments
 (0)