Skip to content

Commit 56b5c70

Browse files
robertsipkartakacs
authored andcommitted
Use es2015-subset profile in case of test builds with JerryScript (#238)
JSRemoteTest-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
1 parent d534837 commit 56b5c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jstest/builder/modules/jerryscript.build.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es5.1.profile"]
3838
},
3939
{
40-
"condition": "%{es2015subset-profile-build}",
40+
"condition": "%{es2015subset-profile-build} or %{test-build}",
4141
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es2015-subset.profile"]
4242
}
4343
]
@@ -90,7 +90,7 @@
9090
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es5.1.profile"]
9191
},
9292
{
93-
"condition": "%{es2015subset-profile-build}",
93+
"condition": "%{es2015subset-profile-build} or %{test-build}",
9494
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es2015-subset.profile"]
9595
}
9696
]
@@ -142,7 +142,7 @@
142142
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es5.1.profile"]
143143
},
144144
{
145-
"condition": "%{es2015subset-profile-build}",
145+
"condition": "%{es2015subset-profile-build} or %{test-build}",
146146
"args": ["--profile=%{jerryscript}/jerry-core/profiles/es2015-subset.profile"]
147147
}
148148
]

0 commit comments

Comments
 (0)