diff options
Diffstat (limited to 'make/scripts/tests-x32.sh')
-rwxr-xr-x | make/scripts/tests-x32.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.sh b/make/scripts/tests-x32.sh index 0d4644f4f..84d49257e 100755 --- a/make/scripts/tests-x32.sh +++ b/make/scripts/tests-x32.sh @@ -8,6 +8,6 @@ fi export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86/swt.jar -. $SDIR/tests.sh `which java` -d32 ../build-x86 $* +. $SDIR/tests.sh `which java` -DummyArg ../build-x86 $* |