Commit 69cb5462 authored by antirez's avatar antirez
Browse files

minor aesthetic change in test suite messages

parent 322ea972
...@@ -128,7 +128,7 @@ proc execute_everything {} { ...@@ -128,7 +128,7 @@ proc execute_everything {} {
execute_tests "unit/pubsub" execute_tests "unit/pubsub"
# run tests with diskstore enabled # 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 set ::diskstore 1
lappend ::denytags nodiskstore lappend ::denytags nodiskstore
set ::global_overrides {diskstore-enabled yes} set ::global_overrides {diskstore-enabled yes}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment