chiark / gitweb /
Suppress IO buffering when running tests
[disorder] / tests / Makefile.am
index a845799eab433ef315f14f5c3819a691eee18845..902c27f0374bea18b8a5946278c443ed1a8962e6 100644 (file)
@@ -27,7 +27,7 @@ disorder_udplog_LDADD=$(LIBOBJS) ../lib/libdisorder.a
 disorder_udplog_DEPENDENCIES=../lib/libdisorder.a
 
 check:
 disorder_udplog_DEPENDENCIES=../lib/libdisorder.a
 
 check:
-       ${PYTHON} ${srcdir}/alltests
+       ${PYTHON} -u ${srcdir}/alltests
 
 clean-local:
        rm -rf testroot *.log *.pyc
 
 clean-local:
        rm -rf testroot *.log *.pyc