From: Richard Kettlewell Date: Mon, 24 Mar 2008 11:55:29 +0000 (+0000) Subject: Suppress IO buffering when running tests X-Git-Tag: 5.0.3~152 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/30d030b163ea4224ff2eaaf7708d794d76b93cee Suppress IO buffering when running tests --- 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