summaryrefslogtreecommitdiff
path: root/source3/script/tests/selftest.sh
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2009-01-27 13:24:38 -0800
committerSteven Danneman <steven.danneman@isilon.com>2009-01-27 13:27:35 -0800
commitfffd94b442e143ddd995ba356497dc6c2528ed4b (patch)
tree03cccf0f5862fa526a4ff091a778827d6ee90610 /source3/script/tests/selftest.sh
parent31e46ff4ac2c2c339542450cf0e5f46cc990df71 (diff)
downloadsamba-fffd94b442e143ddd995ba356497dc6c2528ed4b.tar.gz
samba-fffd94b442e143ddd995ba356497dc6c2528ed4b.tar.bz2
samba-fffd94b442e143ddd995ba356497dc6c2528ed4b.zip
Move S3 specific parameters to S3 conf file in make test.
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-xsource3/script/tests/selftest.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 0f1ca32e4a..94621841f5 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -170,8 +170,6 @@ cat >$COMMONCONFFILE<<EOF
private dir = $PRIVATEDIR
pid directory = $PIDDIR
lock directory = $LOCKDIR
- state directory = $LOCKDIR
- cache directory = $LOCKDIR
log file = $LOGDIR/log.%m
log level = 0
@@ -207,6 +205,9 @@ cat >$SERVERCONFFILE<<EOF
panic action = $SCRIPTDIR/gdb_backtrace %d %\$(MAKE_TEST_BINARY)
include = $COMMONCONFFILE
+ state directory = $LOCKDIR
+ cache directory = $LOCKDIR
+
passdb backend = tdbsam
domain master = yes