summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-15 11:54:07 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-15 11:55:27 +0200
commitb4abb190a97456e5176088d9ab555c93fd5ea731 (patch)
tree7fabc8a8911c2a989eb8c1393baa5c57542e7bd5 /source3/script/tests
parentd3be108637f1ae5d2a07a87c700f42b8c26df6a0 (diff)
downloadsamba-b4abb190a97456e5176088d9ab555c93fd5ea731.tar.gz
samba-b4abb190a97456e5176088d9ab555c93fd5ea731.tar.bz2
samba-b4abb190a97456e5176088d9ab555c93fd5ea731.zip
s3:make test: smbtorture from s3 needs to take the config file path via the SMB_CONF_PATH envvar
metze
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_smbtorture_s3.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh
index 2894d7e90a..602433bd91 100755
--- a/source3/script/tests/test_smbtorture_s3.sh
+++ b/source3/script/tests/test_smbtorture_s3.sh
@@ -21,6 +21,9 @@ incdir=`dirname $0`
. $incdir/test_functions.sh
}
+SMB_CONF_PATH="$CONFFILE"
+export SMB_CONF_PATH
+
tests="FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7"
#tests="$tests UNLINK BROWSE ATTR TRANS2 MAXFID TORTURE "
tests="$tests UNLINK BROWSE ATTR TRANS2 TORTURE "