aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-29 21:50:28 +0100
committerSven Gothel <[email protected]>2013-01-29 21:50:28 +0100
commita456289c45a167269fa1bf839316164781801817 (patch)
treee6444c26293293e2cd3eaa5dad6cb1ca26179b1d /make/build-test.xml
parent90e136b65a10d8daf8c3a2df6cc193e55a63722c (diff)
OSX unit tests: Disable OSX 32bit tests (redundant - prepare for Java7 tests)
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 00b387d9c..ce690187e 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -607,7 +607,7 @@
<antcall target="junit.run.swt.awt" inheritRefs="true" inheritAll="true"/>
</target>
- <target name="junit.run.local.d32" if="isOSX">
+ <target name="junit.run.local.osx.d32" if="isOSX">
<var name="jvmDataModel.arg" unset="true"/>
<var name="jvmDataModel.arg" value="-d32"/>
<var name="junit_extra_classpath" unset="true"/>
@@ -943,7 +943,8 @@ ${line.separator}
</exec>
</target>
- <target name="junit.run.tests" depends="junit.run.local.d32, junit.run.local, junit.run.remote.ssh.all, junit.run.remote.adb"/>
+ <!-- target name="junit.run.tests" depends="junit.run.local.osx.d32, junit.run.local, junit.run.remote.ssh.all, junit.run.remote.adb"/-->
+ <target name="junit.run.tests" depends="junit.run.local, junit.run.remote.ssh.all, junit.run.remote.adb"/>
<target name="junit.run.settings" depends="declare.common">
<delete quiet="true">