summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/tasks
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2010-05-10 15:55:02 +0000
committerSilenio Quarti <silenio>2010-05-10 15:55:02 +0000
commit0e82b58ecf62c9a99137c8cc2b6144a970b44670 (patch)
tree74fd0ece12dd12f0b6a6468fbd3e27806ce945d1 /bundles/org.eclipse.swt/tasks
parentc52579ed5ab6ae11b2937e5535da1525e2a17515 (diff)
downloadeclipse.platform.swt-0e82b58ecf62c9a99137c8cc2b6144a970b44670.tar.gz
eclipse.platform.swt-0e82b58ecf62c9a99137c8cc2b6144a970b44670.tar.xz
eclipse.platform.swt-0e82b58ecf62c9a99137c8cc2b6144a970b44670.zip
checking s390 machines separate from others
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 350a865b78..4e16ccc87e 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -574,11 +574,10 @@
keyfile="${keyfile}"
trust="true"
command="hostname"/>
- <sshexec host="${m_linux_s390}"
- username="swtbuild"
- keyfile="${keyfile}"
- trust="true"
- command="hostname"/>
+ </parallel>
+ </target>
+
+ <target name="check_s390_machines">
<sshexec host="${m_linux_x86}"
username="swtbuild"
keyfile="${keyfile}"
@@ -589,7 +588,6 @@
keyfile="${keyfile}"
trust="true"
command="hostname; ping -c 1 ${m_linux_s390x};"/>
- </parallel>
</target>
<target name="check_compilation">