mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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 $#
|
shift $#
|
||||||
testitprefix="smbtorture_s3.plain."
|
testitprefix="smbtorture_s3.plain."
|
||||||
testitenv="dc"
|
testitenv="dc"
|
||||||
. $SCRIPTDIR/test_smbtorture_s3.sh //\$SERVER_IP/tmp \$USERNAME \$PASSWORD ""
|
. $SCRIPTDIR/test_smbtorture_s3.sh //\$SERVER_IP/tmp \$USERNAME \$PASSWORD "" ""
|
||||||
)
|
)
|
||||||
|
|
||||||
(
|
(
|
||||||
shift $#
|
shift $#
|
||||||
testitprefix="smbtorture_s3.crypt."
|
testitprefix="smbtorture_s3.crypt."
|
||||||
testitenv="dc"
|
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