]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Updated to unstable
[redis.git] / tests / test_helper.tcl
index 156ce3c1f81a9964b6fd3905b0d5354164795c20..f505f26ae62f69d30bb87d9743882c99defac2d4 100644 (file)
@@ -110,6 +110,14 @@ 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"
     execute_tests "unit/basic"
@@ -126,7 +134,9 @@ proc execute_everything {} {
     execute_tests "integration/aof"
 #    execute_tests "integration/redis-cli"
     execute_tests "unit/pubsub"
+    execute_tests "unit/scripting"
 
+    return; # No diskstore tests for now...
     # run tests with diskstore enabled
     puts "\nRunning diskstore tests... this is slow, press Ctrl+C if not interested.."
     set ::diskstore 1