summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-20 14:52:04 +0200
committerStefan Metzmacher <metze@samba.org>2010-08-20 18:09:23 +0200
commit922f33521ea12bb3a85709e9933cb7d9d10179f7 (patch)
tree72a16ee15834df1698f389a2712f1806c0dc712c /source3
parentc9621a8c005cfc547a26dd92b8183b43665eec5c (diff)
downloadsamba-922f33521ea12bb3a85709e9933cb7d9d10179f7.tar.gz
samba-922f33521ea12bb3a85709e9933cb7d9d10179f7.tar.bz2
samba-922f33521ea12bb3a85709e9933cb7d9d10179f7.zip
s3:Makefile.in: use python with -u to disable stdin/out caching
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6d08f43590..ce6b5ff1cf 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3295,7 +3295,7 @@ selftestdir = ../selftest
S3_LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin:$$$(LIB_PATH_VAR)"
FILTER_XFAIL = $(PYTHON) -u $(selftestdir)/filter-subunit --expected-failures=$(srcdir)/selftest/knownfail
-SUBUNIT_FORMATTER = $(PYTHON) $(selftestdir)/format-subunit --immediate
+SUBUNIT_FORMATTER = $(PYTHON) -u $(selftestdir)/format-subunit --immediate
FORMAT_TEST_OUTPUT = $(FILTER_XFAIL) | $(SUBUNIT_FORMATTER)
ifeq ($(RUN_FROM_BUILD_FARM),yes)