Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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">

Back to the top