diff options
Diffstat (limited to 'make/scripts/tests-osx-x32.sh')
-rwxr-xr-x | make/scripts/tests-osx-x32.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-osx-x32.sh b/make/scripts/tests-osx-x32.sh index e7f4f01e..090f0ad2 100755 --- a/make/scripts/tests-osx-x32.sh +++ b/make/scripts/tests-osx-x32.sh @@ -2,6 +2,6 @@ spath=`dirname $0` -. $spath/tests.sh /usr/bin/java -d32 ../build-macosx $* +. $spath/tests.sh /usr/bin/java -DummyArg ../build-macosx $* |