summaryrefslogtreecommitdiff
path: root/source3/script/tests/tests_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/tests/tests_all.sh')
-rwxr-xr-xsource3/script/tests/tests_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh
index cd0c6eb456..ccc5e06afb 100755
--- a/source3/script/tests/tests_all.sh
+++ b/source3/script/tests/tests_all.sh
@@ -7,14 +7,14 @@ local_s3() {
smbtorture_s3() {
echo "RUNNING TESTS smbtorture_s3"
$SCRIPTDIR/test_smbtorture_s3.sh \
- //$SERVER_IP/tmp $USERNAME $PASSWORD "" \
+ //$SERVER_IP/tmp $USERNAME $PASSWORD "" "-l $PREFIX_ABS/tmp" \
|| failed=`expr $failed + $?`
}
smbtorture_s3_encrypted() {
echo "RUNNING TESTS smbtorture_s3_encrypted"
$SCRIPTDIR/test_smbtorture_s3.sh \
- //$SERVER_IP/tmp $USERNAME $PASSWORD "" "-e" \
+ //$SERVER_IP/tmp $USERNAME $PASSWORD "" "-e" "-l $PREFIX_ABS/tmp" \
|| failed=`expr $failed + $?`
}