Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rainbow/tests/runner
blob: 88fb96ece732f3a33e009a3611ce9d485bab34cb (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

dbus-daemon --nofork --config-file=./session-olpc.conf --print-address > desc &
sleep 1
printf "export DBUS_SESSION_BUS_ADDRESS=%s" `cat desc` > address.sh
echo 'Living util \n'
read
killall dbus-daemon