aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x32.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-05 07:49:51 +0200
committerSven Gothel <[email protected]>2019-04-05 07:49:51 +0200
commitb52335c4c550aa8a9fd0007563f89dd8a04dc81c (patch)
treeab03b403c21fe24a5519dc0c4d4691b2060e2c40 /make/scripts/tests-x32.sh
parent4cc7d45ad7e7e35b73afe7ddeb9dcf06893e7cb9 (diff)
Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)
Diffstat (limited to 'make/scripts/tests-x32.sh')
-rwxr-xr-xmake/scripts/tests-x32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.sh b/make/scripts/tests-x32.sh
index 858ed5fd8..0d4644f4f 100755
--- a/make/scripts/tests-x32.sh
+++ b/make/scripts/tests-x32.sh
@@ -6,7 +6,7 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh ] ; then
. $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh
fi
-export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86/swt-debug.jar
+export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86/swt.jar
. $SDIR/tests.sh `which java` -d32 ../build-x86 $*