minor aesthetic change in test suite messages

This commit is contained in:
antirez 2011-01-09 22:17:08 +01:00
parent 5cbd8e400f
commit 0606f2d3b1

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}