#!/bin/sh
echo "results in /tmp/eclipse-tests-directory/results/"
pushd /usr/share/java/eclipse-tests;./runtests.sh -os linux -ws gtk -arch s390 ; popd;
