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