summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-05 22:22:32 +0200
committerSven Gothel <[email protected]>2019-04-05 22:22:32 +0200
commitab10b11a9c94d9597f788e218fe45ede49c67f33 (patch)
tree47ac6fb9068c3504e6de2a9e4e7576c742b31916 /make/scripts/tests-x64.sh
parent2280e821ea5f8e02fb99cf3f12e10115d6d4f13a (diff)
Bug 1362: Wrong 'fake' swt.jar config for isLinuxARM64, isLinuxARMv6 and isAndroid
We intend to attach a non-matching swt.jar for these build nodes, to at least pass the javac pass w/o testing on those platforms.
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-xmake/scripts/tests-x64.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh
index 223c08f5c..52216502f 100755
--- a/make/scripts/tests-x64.sh
+++ b/make/scripts/tests-x64.sh
@@ -27,8 +27,8 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then
. $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh
fi
-#export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86_64/swt.jar
-export SWT_CLASSPATH=/usr/local/projects/JOGL/SWT/swt-4.3.0/gtk-linux-x86_64/swt-debug.jar
+export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86_64/swt.jar
+#export SWT_CLASSPATH=/usr/local/projects/JOGL/SWT/swt-4.3.0/gtk-linux-x86_64/swt-debug.jar
. $SDIR/tests.sh `which java` -d64 ../build-x86_64 $*