summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-01-09 22:17:08 +0100
committerantirez <antirez@gmail.com>2011-01-09 22:17:08 +0100
commit69cb5462234ae2c263d8a11e96a74a6a7ce3f62a (patch)
tree08821bb76ec74f11e1e2b3b816734abcd6bc90d0
parent322ea972fe945a8cf439e9e3577de624f3e3e10b (diff)
downloadredis-69cb5462234ae2c263d8a11e96a74a6a7ce3f62a.tar.gz
minor aesthetic change in test suite messages
-rw-r--r--tests/test_helper.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 2b6d7ab48..156ce3c1f 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -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}