Skip to content

Commit

Permalink
Fix hocon file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Apr 12, 2019
1 parent f2fe37c commit 5bac4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/ci_common/common.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ builds += [
},
${svm-common-windows} ${common_vm} {
run: [
[mx, --dynamicimports, "${svm_suite},/tools,/graal-js", --disable-polyglot, --disable-libpolyglot, gate, --tags, "build"]
[mx, --dynamicimports, ${svm_suite}",/tools,/graal-js", --disable-polyglot, --disable-libpolyglot, gate, --tags, "build"]
]
timelimit: "45:00"
targets: [gate]
Expand Down

0 comments on commit 5bac4fe

Please sign in to comment.