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