summaryrefslogtreecommitdiffstats
path: root/tests/org.eclipse.swt.tests/test.xml
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2005-08-22 20:48:49 +0000
committerGrant Gayed <ggayed>2005-08-22 20:48:49 +0000
commit5c5047f7941a0b9962a1ed133760d3b7d60f4176 (patch)
treef86951dc0c740c77016e665ffaac91f29052ffe0 /tests/org.eclipse.swt.tests/test.xml
parent71782435265a45b3a3ad25269043d9934f78d9da (diff)
downloadeclipse.platform.swt-5c5047f7941a0b9962a1ed133760d3b7d60f4176.tar.gz
eclipse.platform.swt-5c5047f7941a0b9962a1ed133760d3b7d60f4176.tar.xz
eclipse.platform.swt-5c5047f7941a0b9962a1ed133760d3b7d60f4176.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.swt.tests/test.xml')
-rw-r--r--tests/org.eclipse.swt.tests/test.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.swt.tests/test.xml b/tests/org.eclipse.swt.tests/test.xml
index a7d1c59f23..f6d2edd912 100644
--- a/tests/org.eclipse.swt.tests/test.xml
+++ b/tests/org.eclipse.swt.tests/test.xml
@@ -28,13 +28,13 @@
<delete dir="${location1}" quiet="true"/>
<!-- Run all SWT tests on Windows, and either Carbon tests or Gtk tests otherwise. -->
<condition property="class-tests" value="org.eclipse.swt.tests.junit.AllGtkTests">
- <equals arg1="${arch}" arg2="linux"/>
+ <equals arg1="${os}" arg2="linux"/>
</condition>
<condition property="class-tests" value="org.eclipse.swt.tests.junit.AllCarbonTests">
- <equals arg1="${arch}" arg2="macosx"/>
+ <equals arg1="${os}" arg2="macosx"/>
</condition>
<condition property="class-tests" value="org.eclipse.swt.tests.junit.AllTests">
- <equals arg1="${arch}" arg2="win32"/>
+ <equals arg1="${os}" arg2="win32"/>
</condition>
<ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${data}"/>