[folks/edsunittests] Remove GConf stop from eds test harness, since it's not needed.
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/edsunittests] Remove GConf stop from eds test harness, since it's not needed.
- Date: Mon, 25 Jun 2012 19:14:31 +0000 (UTC)
commit 7bd5cf303e3afbc57e3972f0a4f2bf9b255351ed
Author: Jeremy Whiting <jpwhiting kde org>
Date: Mon Jun 25 13:07:49 2012 -0600
Remove GConf stop from eds test harness, since it's not needed.
tests/tools/with-session-bus-eds.sh | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/tests/tools/with-session-bus-eds.sh b/tests/tools/with-session-bus-eds.sh
index f1e854b..e525346 100755
--- a/tests/tools/with-session-bus-eds.sh
+++ b/tests/tools/with-session-bus-eds.sh
@@ -22,16 +22,9 @@ done
shift
if test "z$1" = "z"; then dbus_usage; fi
-gconf_stop ()
-{
- local pid=$(dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetConnectionUnixProcessID string:org.gnome.GConf | tail -n 1 | awk ' { print $2; } ')
- kill -KILL $pid
-}
-
cleanup ()
{
eds_stop
- gconf_stop
dbus_stop
test -d ../data/gconf.d && rm -rf ../data/gconf.d
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]