We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8490c commit 9087e80Copy full SHA for 9087e80
.github/workflows/submit.yml
@@ -495,7 +495,7 @@ jobs:
495
TEST="${{ matrix.suites }}"
496
TEST_OPTS_JAVA_OPTIONS=
497
JTREG_KEYWORDS="!headful"
498
- JTREG="JAVA_OPTIONS='-Djava.security.debug=properties -XX:-CreateCoredumpOnCrash'"
+ JTREG="JAVA_OPTIONS=-Djava.security.debug=properties%20-XX:-CreateCoredumpOnCrash"
499
500
- name: Check that all tests executed successfully
501
if: always()
0 commit comments