[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Mon Dec 7 22:00:01 MST 2009


The branch, master has been updated
       via  52083a8... s4-selftest: show the test summary at the end of 'make test' in the build farm
      from  29c87ef... s4-heimdal: fixed a use-after-free heimdal bug

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


- Log -----------------------------------------------------------------
commit 52083a85479849043d70d4ec1d699a106d343931
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Dec 8 15:58:45 2009 +1100

    s4-selftest: show the test summary at the end of 'make test' in the build farm
    
    This should make it easier to see what tests are failing with what
    parameters

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

Summary of changes:
 source4/selftest/config.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk
index b62a691..0020d40 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -31,6 +31,7 @@ ifeq ($(RUN_FROM_BUILD_FARM),yes)
 test:: everything
 	$(ST_RM) $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) $(ST_TOUCH) | $(FILTER_XFAIL) --strip-passed-output
 	$(ST_DONE_TEST)
+	test -f st/summary && cat st/summary
 else
 test:: 
 	$(ST_RM) $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) $(DEFAULT_TEST_OPTIONS) $(TESTS) $(ST_TOUCH) | $(FORMAT_TEST_OUTPUT) --immediate 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list