]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
save peak memory usage as statistic and show it in INFO. Also a new INFO field was...
[redis.git] / tests / test_helper.tcl
index 2b6d7ab48f2ee5fbe6a876b4a19f1829842b0907..c594f6f6dcce39c14be89c9a2ebfd57eb44df66e 100644 (file)
@@ -127,8 +127,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}