]> git.saurik.com Git - redis.git/blobdiff - tests/unit/auth.tcl
tags for existing tests
[redis.git] / tests / unit / auth.tcl
index a10358ceaa7decd78f13d679ccfc8566c8f9cab5..8ccda95dffceb4b6b6ce24ffd3bdce9b581d580d 100644 (file)
@@ -1,4 +1,4 @@
-start_server {overrides {requirepass foobar}} {
+start_server {tags {"auth"} overrides {requirepass foobar}} {
     test {AUTH fails when a wrong password is given} {
         catch {r auth wrong!} err
         format $err