source: branches/samba-3.0/source/script/tests/tests_all.sh

Last change on this file was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 570 bytes
Line 
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
6SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
7if [ -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 + $?`
11else
12 echo "Skip Tests with Samba4's smbtorture"
13fi
Note: See TracBrowser for help on using the repository browser.