diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-15 11:54:07 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-15 11:55:27 +0200 |
commit | b4abb190a97456e5176088d9ab555c93fd5ea731 (patch) | |
tree | 7fabc8a8911c2a989eb8c1393baa5c57542e7bd5 /source3/script | |
parent | d3be108637f1ae5d2a07a87c700f42b8c26df6a0 (diff) | |
download | samba-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')
-rwxr-xr-x | source3/script/tests/test_smbtorture_s3.sh | 3 |
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 " |