minor aesthetic change in test suite messages

This commit is contained in:
antirez 2011-01-09 22:17:08 +01:00
parent 322ea972fe
commit 69cb546223

View File

@ -128,7 +128,7 @@ proc execute_everything {} {
execute_tests "unit/pubsub"
# 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}