]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Variadic ZADD tests
[redis.git] / tests / test_helper.tcl
index 6dc85eff37c4a137fad0c382d76af675335f0d52..bce8ded596d7fc8cc80797df1f33f55c55ca0c4c 100644 (file)
@@ -110,6 +110,13 @@ proc cleanup {} {
 }
 
 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"