From dc0f3c731a4a67333f372cdca5f69bd377870abe Mon Sep 17 00:00:00 2001 From: Jean-Luc Lamadon Date: Mon, 22 Jun 2009 08:57:10 +0300 Subject: Fixing: export dbus session bus address env variable --- libcontextsubscriber/customer-tests/tests.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/libcontextsubscriber/customer-tests/tests.xml b/libcontextsubscriber/customer-tests/tests.xml index 41389673..73f8f2cf 100644 --- a/libcontextsubscriber/customer-tests/tests.xml +++ b/libcontextsubscriber/customer-tests/tests.xml @@ -4,30 +4,45 @@ + + + export SESSION_BUS_ADDRESS_FILE=/tmp/session_bus_address.user + export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/session_bus_socket + - /usr/share/libcontextsubscriber-tests/asynchronicity/asynchronicity.py + cd /usr/share/libcontextsubscriber-tests/asynchronicity + python asynchronicity.py + cd .. - /usr/share/libcontextsubscriber-tests/commander/commander_appearing.py + cd /usr/share/libcontextsubscriber-tests/commander + python commander_appearing.py + cd .. - /usr/share/libcontextsubscriber-tests/commander/commander_nonexistent.py + cd /usr/share/libcontextsubscriber-tests/commander + python commander_nonexistent.py + cd .. - /usr/share/libcontextsubscriber-tests/commander/commander_disabled.py + cd /usr/share/libcontextsubscriber-tests/commander + python commander_disabled.py + cd .. - /usr/share/libcontextsubscriber-tests/subscription/subscription.py + cd /usr/share/libcontextsubscriber-tests/subscription + python subscription.py + cd .. -- cgit v1.2.3