r21766: Fix compiler warning.
[kai/samba.git] / source3 / script / tests / tests_all.sh
1
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 + $?`
5
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"
13 fi