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 f7b8ff227a
commit c80ba69173
13 changed files with 29 additions and 18 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