From 30d030b163ea4224ff2eaaf7708d794d76b93cee Mon Sep 17 00:00:00 2001 Message-Id: <30d030b163ea4224ff2eaaf7708d794d76b93cee.1715624346.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 24 Mar 2008 11:55:29 +0000 Subject: [PATCH 1/1] Suppress IO buffering when running tests Organization: Straylight/Edgeware From: Richard Kettlewell --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a845799..902c27f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,7 @@ disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a disorder_udplog_DEPENDENCIES=../lib/libdisorder.a check: - ${PYTHON} ${srcdir}/alltests + ${PYTHON} -u ${srcdir}/alltests clean-local: rm -rf testroot *.log *.pyc -- [mdw]