summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.matthew.ath.cx>2008-01-10 17:38:53 +0000
committerMatthew Johnson <mjj29@hecate.matthew.ath.cx>2008-01-10 17:38:53 +0000
commit7129d7575637b58105008466a5e360f06929b71f (patch)
tree2436fd7ee4833e650860750b4694f1f807a958d2 /Makefile
parent068dd0e21458075633632708ae318bbbf81a34f2 (diff)
oeu
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5017293..664413c 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,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) ;\
- if $(MAKE) DBUS_JAVA_FLOATS=true DEBUG=$(DEBUG) testrun 2> client.log; then export PASS=true; fi ; \
+ 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 )