run (180e3c91) run (f26f8454)
1#! /bin/sh
2. /etc/profile
1#! /bin/sh
2. /etc/profile
3export DISPLAY=:0.0
3if [ -z "$DISPLAY" ]; then
4 export DISPLAY=:0.0
5fi
6
4BASE=$(cd `dirname "$0"`; pwd)
5eval 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 "$*"
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 "$*"