}
proc execute_everything {} {
+ execute_tests "unit/printver"
execute_tests "unit/auth"
execute_tests "unit/protocol"
execute_tests "unit/basic"
# 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}