]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Fix for the variadic version of SREM. Regression test added.
[redis.git] / tests / test_helper.tcl
index 6dc85eff37c4a137fad0c382d76af675335f0d52..e2a9e52524da91f7cb651c2c1dce4268a4802b8b 100644 (file)
@@ -110,6 +110,13 @@ proc cleanup {} {
 }
 
 proc execute_everything {} {
+    if 0 {
+        # 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"