]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Fixed arity detection of Redis command executed from Lua script. Error reporting...
[redis.git] / tests / test_helper.tcl
index 2b6d7ab48f2ee5fbe6a876b4a19f1829842b0907..6dc85eff37c4a137fad0c382d76af675335f0d52 100644 (file)
@@ -110,6 +110,7 @@ proc cleanup {} {
 }
 
 proc execute_everything {} {
+    execute_tests "unit/printver"
     execute_tests "unit/auth"
     execute_tests "unit/protocol"
     execute_tests "unit/basic"
@@ -127,8 +128,9 @@ proc execute_everything {} {
 #    execute_tests "integration/redis-cli"
     execute_tests "unit/pubsub"
 
+    return; # No diskstore tests for now...
     # run tests with diskstore enabled
-    puts "Running diskstore tests... this is slow, press Ctrl+C if not interested.."
+    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}