From 30d030b163ea4224ff2eaaf7708d794d76b93cee Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Mon, 24 Mar 2008 11:55:29 +0000 Subject: [PATCH] Suppress IO buffering when running tests --- 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 -- 2.11.0