summaryrefslogtreecommitdiff
path: root/qa/common.qt
blob: f43a4d8e4d079b184c65b51ad8679daea5338fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. /etc/pcp.conf
. ./common.sh
. ./common.check
. ./common.filter
. ./common.config

tmp=/tmp/$$
here=`pwd`
sudo=sudo
host=`hostname`

# hackery for dbus-based environments
#
if which dbus-launch >/dev/null 2>&1
then
    eval `dbus-launch | grep 'BUS_ADDRESS='`
fi