[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-652-ga8a74fc

Stefan Metzmacher metze at samba.org
Fri Dec 14 17:02:48 GMT 2007


The branch, v3-2-test has been updated
       via  a8a74fc88cb6f4be1efdc1afab9b91defcd015ae (commit)
      from  88b6d2c0e83f515e2f83e5b4edc0728c434c7294 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit a8a74fc88cb6f4be1efdc1afab9b91defcd015ae
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Dec 14 18:02:05 2007 +0100

    selftest: disable wbinfo tests
    
    wbinfo needs to take --config-file to work...
    
    metze

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

Summary of changes:
 source/script/tests/tests_all.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/tests/tests_all.sh b/source/script/tests/tests_all.sh
index 12789aa..a110d60 100755
--- a/source/script/tests/tests_all.sh
+++ b/source/script/tests/tests_all.sh
@@ -2,7 +2,7 @@
 $SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?`
 $SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
 $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
-$SCRIPTDIR/test_wbinfo_s3.sh $WORKGROUP $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
+#$SCRIPTDIR/test_wbinfo_s3.sh $WORKGROUP $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
 
 SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
 if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list