Skip to content

Commit 9087e80

Browse files
committed
Use encoded space rather than quoting for JTReg JAVA_OPTIONS
1 parent fe8490c commit 9087e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ jobs:
495495
TEST="${{ matrix.suites }}"
496496
TEST_OPTS_JAVA_OPTIONS=
497497
JTREG_KEYWORDS="!headful"
498-
JTREG="JAVA_OPTIONS='-Djava.security.debug=properties -XX:-CreateCoredumpOnCrash'"
498+
JTREG="JAVA_OPTIONS=-Djava.security.debug=properties%20-XX:-CreateCoredumpOnCrash"
499499
500500
- name: Check that all tests executed successfully
501501
if: always()

0 commit comments

Comments
 (0)