~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to source/script/tests/tests_all.sh

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
3
 
$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
4
 
 
5
 
SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
6
 
if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then
7
 
        echo "Running Tests with Samba4's smbtorture"
8
 
        echo $SMBTORTURE4VERSION
9
 
        $SCRIPTDIR/test_posix_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
10
 
else
11
 
        echo "Skip Tests with Samba4's smbtorture"
12
 
fi