[gjs] tests: fix regression in gdbus test with dbus 1.8.6.



commit c11d025000849047576e5c990f7a43e0b0fe0cab
Author: Tim Lunn <tim feathertop org>
Date:   Mon Aug 25 17:43:32 2014 +1000

    tests: fix regression in gdbus test with dbus 1.8.6.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735358

 test/run-with-dbus |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/run-with-dbus b/test/run-with-dbus
index 435118d..d776d3d 100755
--- a/test/run-with-dbus
+++ b/test/run-with-dbus
@@ -116,7 +116,7 @@ if ! test -z "$START_SESSION_BUS" ; then
 
     echo "Running dbus-launch --config-file=$CONFIG_FILE" >&2
 
-    eval `dbus-launch --exit-with-session --sh-syntax --config-file=$CONFIG_FILE 2>"$STDERR_LOGFILE"`
+    eval `dbus-launch --sh-syntax --config-file=$CONFIG_FILE 2>"$STDERR_LOGFILE"`
 
     if test -z "$DBUS_SESSION_BUS_PID" ; then
         die "Failed to launch message bus for test script to run"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]