]> git.saurik.com Git - redis.git/commitdiff
minor aesthetic change in test suite messages
authorantirez <antirez@gmail.com>
Sun, 9 Jan 2011 21:17:08 +0000 (22:17 +0100)
committerantirez <antirez@gmail.com>
Sun, 9 Jan 2011 21:17:08 +0000 (22:17 +0100)
tests/test_helper.tcl

index 2b6d7ab48f2ee5fbe6a876b4a19f1829842b0907..156ce3c1f81a9964b6fd3905b0d5354164795c20 100644 (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}