]> git.saurik.com Git - redis.git/commitdiff
Variadic ZADD tests
authorantirez <antirez@gmail.com>
Tue, 31 May 2011 16:35:09 +0000 (18:35 +0200)
committerantirez <antirez@gmail.com>
Tue, 31 May 2011 16:35:09 +0000 (18:35 +0200)
tests/test_helper.tcl

index 6dc85eff37c4a137fad0c382d76af675335f0d52..bce8ded596d7fc8cc80797df1f33f55c55ca0c4c 100644 (file)
@@ -110,6 +110,13 @@ proc cleanup {} {
 }
 
 proc execute_everything {} {
 }
 
 proc execute_everything {} {
+    if 1 {
+        # Use this when hacking on new tests.
+        set ::verbose 1
+        execute_tests "unit/first"
+        return
+    }
+
     execute_tests "unit/printver"
     execute_tests "unit/auth"
     execute_tests "unit/protocol"
     execute_tests "unit/printver"
     execute_tests "unit/auth"
     execute_tests "unit/protocol"