r21585: Start syncing the monster that will become 3.0.25pre1
[Samba.git] / source / script / tests / tests_all.sh
blobdd593899e4b72e907cbc02699bc6722b8a9e72cc
2 $SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?`
3 $SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
4 $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
6 SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
7 if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then
8 echo "Running Tests with Samba4's smbtorture"
9 echo $SMBTORTURE4VERSION
10 $SCRIPTDIR/test_posix_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
11 else
12 echo "Skip Tests with Samba4's smbtorture"