Skip to content

Commit 46f996a

Browse files
author
Zsolt Borbély
committed
Skip out license-check in case of test262 tests
Can break testruns, when the test262 folder already present. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély [email protected]
1 parent 0c7d99e commit 46f996a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/check-license.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
]
4747

4848
exclude_dirs = [
49-
'targets/esp8266'
49+
'targets/esp8266',
50+
'tests/test262',
5051
]
5152

5253
exts = [

0 commit comments

Comments
 (0)