chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
56613a9
)
Suppress IO buffering when running tests
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 24 Mar 2008 11:55:29 +0000
(11:55 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 24 Mar 2008 11:55:29 +0000
(11:55 +0000)
tests/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index a845799eab433ef315f14f5c3819a691eee18845..902c27f0374bea18b8a5946278c443ed1a8962e6 100644
(file)
--- 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:
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