16467ecbfSLiu Zhe#! /bin/sh 26467ecbfSLiu Zhe. /etc/profile 3*f26f8454SHerbert Dürrif [ -z "$DISPLAY" ]; then 4*f26f8454SHerbert Dürr export DISPLAY=:0.0 5*f26f8454SHerbert Dürrfi 6*f26f8454SHerbert Dürr 76467ecbfSLiu ZheBASE=$(cd `dirname "$0"`; pwd) 86467ecbfSLiu Zheeval 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