Drop unused condition check
[pcp.git] / qa / common.qt
blob93fe5c0dc5871e66daafa4d627082975a10897d8
1 # get standard environment, filters and checks
2 . ./common.product
3 . ./common.filter
4 . ./common.check
6 . ./common.config
8 export PCP_STDERR=""
10 host=`hostname`
12 _check_display
14 # hackery for dbus-based environments
16 unset DBUS_SESSION_BUS_PID DBUS_SESSION_BUS_ADDRESS
17 if which dbus-launch >/dev/null 2>&1
18 then
19     eval `dbus-launch 2>/dev/null | grep '^DBUS_SESSION_BUS'`
22 # general trap handler cleanup routine for qt checkers
23 _cleanup_qt()
25     # if we started a dbus-daemon above, we should clean it up
26     [ -z "$DBUS_SESSION_BUS_PID" ] || kill $DBUS_SESSION_BUS_PID
27     unset DBUS_SESSION_BUS_PID DBUS_SESSION_BUS_ADDRESS
28     $sudo rm -rf $tmp.*