[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sat Jul 10 06:09:35 MDT 2010


The branch, master has been updated
       via  22dfb16... testprogs/blackbox/subunit.sh: initialize failed to 0
      from  80f9ad4... s4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize the whole buffer

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


- Log -----------------------------------------------------------------
commit 22dfb16d73667d7adbe28e85d880c44a5e9f9344
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jul 10 09:25:57 2010 +0200

    testprogs/blackbox/subunit.sh: initialize failed to 0
    
    This is a short-term workarround for broken scripts,
    which use "exit $failed", without initializing failed.
    
    We need a discussion on the mailing list how to handle this
    in a nicer way.
    
    This should fix some random failures in the blackbox tests.
    
    metze

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

Summary of changes:
 testprogs/blackbox/subunit.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testprogs/blackbox/subunit.sh b/testprogs/blackbox/subunit.sh
index e16aee7..990bee5 100755
--- a/testprogs/blackbox/subunit.sh
+++ b/testprogs/blackbox/subunit.sh
@@ -29,6 +29,9 @@ subunit_pass_test () {
   echo "success: $1"
 }
 
+# This is just a hack as we have some broken scripts
+# which use "exit $failed", without initializing failed.
+failed=0
 
 subunit_fail_test () {
   # emit the current protocol fail-marker for test $1, and emit stdin as


-- 
Samba Shared Repository


More information about the samba-cvs mailing list