From 4eaa83358b6518c667e9517685eeaafaef692656 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Aug 2019 11:14:09 +0200 Subject: Bug 1363: Java 11: Adapt scripts for java11 (cont) --- make/scripts/tests-solx32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/scripts/tests-solx32.sh') diff --git a/make/scripts/tests-solx32.sh b/make/scripts/tests-solx32.sh index 996dcc606..b95a612c3 100755 --- a/make/scripts/tests-solx32.sh +++ b/make/scripts/tests-solx32.sh @@ -6,5 +6,5 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh fi -. $SDIR/tests.sh `which java` -d32 ../build-solaris-x86 $* +. $SDIR/tests.sh `which java` -DummyArg ../build-solaris-x86 $* -- cgit v1.2.3