diff options
author | Steven Danneman <steven.danneman@isilon.com> | 2009-01-27 13:24:38 -0800 |
---|---|---|
committer | Steven Danneman <steven.danneman@isilon.com> | 2009-01-27 13:27:35 -0800 |
commit | fffd94b442e143ddd995ba356497dc6c2528ed4b (patch) | |
tree | 03cccf0f5862fa526a4ff091a778827d6ee90610 | |
parent | 31e46ff4ac2c2c339542450cf0e5f46cc990df71 (diff) | |
download | samba-fffd94b442e143ddd995ba356497dc6c2528ed4b.tar.gz samba-fffd94b442e143ddd995ba356497dc6c2528ed4b.tar.bz2 samba-fffd94b442e143ddd995ba356497dc6c2528ed4b.zip |
Move S3 specific parameters to S3 conf file in make test.
-rwxr-xr-x | source3/script/tests/selftest.sh | 5 |
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 |