]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Move logic concerned with zset ranges
[redis.git] / tests / test_helper.tcl
index aef2311c9f0cf9749376bd1ba8fdc310fe7624bd..156ce3c1f81a9964b6fd3905b0d5354164795c20 100644 (file)
@@ -13,7 +13,7 @@ set ::host 127.0.0.1
 set ::port 16379
 set ::traceleaks 0
 set ::valgrind 0
-set ::verbose 1
+set ::verbose 0
 set ::denytags {}
 set ::allowtags {}
 set ::external 0; # If "1" this means, we are running against external instance
@@ -110,7 +110,6 @@ proc cleanup {} {
 }
 
 proc execute_everything {} {
-    if 0 {
     execute_tests "unit/auth"
     execute_tests "unit/protocol"
     execute_tests "unit/basic"
@@ -127,9 +126,9 @@ proc execute_everything {} {
     execute_tests "integration/aof"
 #    execute_tests "integration/redis-cli"
     execute_tests "unit/pubsub"
-    }
 
     # run tests with diskstore enabled
+    puts "\nRunning diskstore tests... this is slow, press Ctrl+C if not interested.."
     set ::diskstore 1
     lappend ::denytags nodiskstore
     set ::global_overrides {diskstore-enabled yes}