diff options
author | Sven Gothel <[email protected]> | 2019-11-21 03:05:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-11-21 03:05:00 +0100 |
commit | 766bcfbb6346a4b0dc161d88dc2a38f2ec64ef4b (patch) | |
tree | 0bce0746efafbcbb498f2b5bef4f014cf34ebba7 /make/scripts/tests-x64.bat | |
parent | 4a072cd1c09d3f2ba5fd04033091836d195c9409 (diff) |
test scripts: add --illegal-access=warn
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rwxr-xr-x | make/scripts/tests-x64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat index 268700508..d53d85a75 100755 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -24,7 +24,7 @@ set LIB_DIR= set CP_ALL=.;%BLD_DIR%\jar\jogl-all.jar;%BLD_DIR%\jar\atomic\oculusvr.jar;%BLD_DIR%\jar\jogl-test.jar;..\..\joal\%BLD_SUB%\joal.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\%BLD_SUB%\gluegen-test-util.jar;..\..\gluegen\make\lib\junit.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar;%BLD_DIR%\..\make\lib\swt\win32-win32-x86_64\swt.jar
echo CP_ALL %CP_ALL%
-set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
+set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true" "--illegal-access=warn"
scripts\tests-win.bat %*
|