changed how server.tcl accepts options to support more directives without requiring more arguments to the proc

This commit is contained in:
Pieter Noordhuis
2010-06-02 22:23:52 +02:00
parent 38273a9ed6
commit 9e5d2e8bd6
14 changed files with 30 additions and 19 deletions

View File

@ -1,4 +1,4 @@
start_server default.conf {{requirepass foobar}} {
start_server {overrides {requirepass foobar}} {
test {AUTH fails when a wrong password is given} {
catch {r auth wrong!} err
format $err