Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/runner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner')
-rwxr-xr-xtests/runner8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/runner b/tests/runner
new file mode 100755
index 0000000..88fb96e
--- /dev/null
+++ b/tests/runner
@@ -0,0 +1,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