diff options
author | Sven Gothel <[email protected]> | 2023-03-09 05:31:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-09 05:31:04 +0100 |
commit | 4cc2787766d1d692c668d0cabd9f4619de396f72 (patch) | |
tree | 416e827adb382850325f5c9cb05a6448a9341b01 /make/scripts/tests-linux-aarch64.sh | |
parent | 0571fafebee846b77de5740d23fc141810897f84 (diff) |
Misc: Add MonitorDevice.perMMToPerInch(..); Drop unused RegionRenderer.init(..) renderModes argument
Diffstat (limited to 'make/scripts/tests-linux-aarch64.sh')
-rwxr-xr-x | make/scripts/tests-linux-aarch64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-linux-aarch64.sh b/make/scripts/tests-linux-aarch64.sh index 1e8947d06..d7fd74fe1 100755 --- a/make/scripts/tests-linux-aarch64.sh +++ b/make/scripts/tests-linux-aarch64.sh @@ -6,7 +6,7 @@ SDIR=`dirname $0` #JAVA_CMD=/usr/lib/jvm/java-11-openjdk-arm64/bin/java JAVA_CMD=`which java` -# D_ARGS="-Dnewt.ws.mmwidth=150 -Dnewt.ws.mmheight=90" +# D2_ARGS="-Dnewt.ws.mmwidth=150 -Dnewt.ws.mmheight=90" . $SDIR/tests.sh $JAVA_CMD -DummyArg ../build-linux-aarch64 $* |