mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
8 lines
204 B
Bash
Executable File
8 lines
204 B
Bash
Executable File
#!/bin/sh
|
|
SCRIPTDIR=`dirname $0`
|
|
. $SCRIPTDIR/test_functions.sh
|
|
|
|
$SCRIPTDIR/test_local_s3.sh
|
|
$SCRIPTDIR/test_smbtorture_s3.sh
|
|
plantest "smbclient" dc $SCRIPTDIR/test_smbclient_s3.sh \$SERVER \$SERVER_IP
|