[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri Aug 20 11:25:53 MDT 2010


The branch, master has been updated
       via  922f335... s3:Makefile.in: use python with -u to disable stdin/out caching
      from  c9621a8... s3:winbindd: fix error handling in wb_next_grent_fetch_done()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 922f33521ea12bb3a85709e9933cb7d9d10179f7
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Aug 20 14:52:04 2010 +0200

    s3:Makefile.in: use python with -u to disable stdin/out caching
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6d08f43..ce6b5ff 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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list