summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2008-11-18 03:20:08 +0000
committerMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2008-11-18 03:20:08 +0000
commitc1d3dcd4f311f0fa621d9c83210f999741755b7a (patch)
tree50d0157a94bb488b42d87cb134719e27e9f876d6 /Makefile
parent5fd501c3a9b4df2740146308fd07ce9a0274ccc9 (diff)
PeerSet works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e28d5b2..4b39270 100644
--- a/Makefile
+++ b/Makefile
@@ -193,6 +193,7 @@ check: libdbus-java-$(VERSION).jar dbus-java-test-$(VERSION).jar testbin/DBusDae
testbin/DBusDaemon --addressfile address --pidfile pid 2> server.log&\
sleep 1; \
export DBUS_SESSION_BUS_ADDRESS=$$(cat address) ;\
+ dbus-monitor >> monitor.log &\
if $(MAKE) DBUS_JAVA_FLOATS=true DEBUG=$(DEBUG) testrun 2>&1 | tee client.log; then export PASS=true; fi ; \
kill $$(cat pid) ; \
if [ "$$PASS" = "true" ]; then exit 0; else exit 1; fi )