aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-linux-aarch64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-03-09 05:31:04 +0100
committerSven Gothel <[email protected]>2023-03-09 05:31:04 +0100
commit4cc2787766d1d692c668d0cabd9f4619de396f72 (patch)
tree416e827adb382850325f5c9cb05a6448a9341b01 /make/scripts/tests-linux-aarch64.sh
parent0571fafebee846b77de5740d23fc141810897f84 (diff)
Misc: Add MonitorDevice.perMMToPerInch(..); Drop unused RegionRenderer.init(..) renderModes argument
Diffstat (limited to 'make/scripts/tests-linux-aarch64.sh')
-rwxr-xr-xmake/scripts/tests-linux-aarch64.sh2
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 $*