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 zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
committed by
László Langó
parent
1c38c12531
commit
eef6e57a4c
@@ -17,6 +17,7 @@
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
from settings import *
|
||||
|
||||
|
||||
license = re.compile(
|
||||
@@ -46,7 +47,8 @@ dirs = [
|
||||
]
|
||||
|
||||
exclude_dirs = [
|
||||
'targets/esp8266'
|
||||
'targets/esp8266',
|
||||
os.path.relpath (TEST262_TEST_SUITE_DIR, PROJECT_DIR),
|
||||
]
|
||||
|
||||
exts = [
|
||||
|
||||
Reference in New Issue
Block a user