diff options
author | Sven Gothel <[email protected]> | 2023-01-17 21:30:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-17 21:30:35 +0100 |
commit | 37fbc231dba30fb9abb2466f372b95deef598bf7 (patch) | |
tree | e7fe1a6d99986b3574d898aaef17461d80e52a6c /make/scripts/tests-osx-x64.sh | |
parent | 8127406b4f537d63245c2bf9febfa0997f82de6e (diff) |
Update test scripts: Use Java17 module jvm args: --add-opens java.desktop/sun.awt=ALL-UNNAMED --add-opens java.desktop/sun.java2d=ALL-UNNAMED
Diffstat (limited to 'make/scripts/tests-osx-x64.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-osx-x64.sh b/make/scripts/tests-osx-x64.sh index 06b17df3c..7c95b5509 100755 --- a/make/scripts/tests-osx-x64.sh +++ b/make/scripts/tests-osx-x64.sh @@ -17,5 +17,5 @@ spath=`dirname $0` ulimit -c unlimited -. $spath/tests.sh $JAVA_HOME/bin/java --illegal-access=warn ../build-macosx $* +. $spath/tests.sh $JAVA_HOME/bin/java -DummyArg ../build-macosx $* |