mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:selftest: pass correct arguments to $SCRIPTDIR/test_smbtorture_s3.sh
metze
This commit is contained in:
parent
161961711a
commit
45940ef23a
@ -91,14 +91,14 @@ export PASSWORD
|
||||
shift $#
|
||||
testitprefix="smbtorture_s3.plain."
|
||||
testitenv="dc"
|
||||
. $SCRIPTDIR/test_smbtorture_s3.sh //\$SERVER_IP/tmp \$USERNAME \$PASSWORD ""
|
||||
. $SCRIPTDIR/test_smbtorture_s3.sh //\$SERVER_IP/tmp \$USERNAME \$PASSWORD "" ""
|
||||
)
|
||||
|
||||
(
|
||||
shift $#
|
||||
testitprefix="smbtorture_s3.crypt."
|
||||
testitenv="dc"
|
||||
. $SCRIPTDIR/test_smbtorture_s3.sh //\$SERVER_IP/tmp \$USERNAME \$PASSWORD "-e"
|
||||
. $SCRIPTDIR/test_smbtorture_s3.sh //\$SERVER_IP/tmp \$USERNAME \$PASSWORD "" "-e"
|
||||
)
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user