From: Richard Kettlewell Date: Mon, 24 Mar 2008 11:55:29 +0000 (+0000) Subject: Suppress IO buffering when running tests X-Git-Tag: 3.0~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/30d030b163ea4224ff2eaaf7708d794d76b93cee?ds=sidebyside 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