1#! /bin/sh 2. /etc/profile 3if [ -z "$DISPLAY" ]; then 4 export DISPLAY=:0.0 5fi 6 7BASE=$(cd `dirname "$0"`; pwd) 8eval java -cp \"$BASE/lib/junit.jar:$BASE/testcommon/bin:$BASE/testgui/bin:$BASE/testuno/bin:$BASE/testgui/data:$BASE/testuno/data\" org.openoffice.test.Run -r org.openoffice.test.common.Installer -l org.openoffice.test.common.XMLReporter -l org.openoffice.test.common.ReportUploader \"-Dtestspace=$BASE/testspace\" -Dsingleton=true "$*" 9