mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
selftest: disable wbinfo tests
wbinfo needs to take --config-file to work... metze
This commit is contained in:
parent
88b6d2c0e8
commit
a8a74fc88c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user