From 69cb5462234ae2c263d8a11e96a74a6a7ce3f62a Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 9 Jan 2011 22:17:08 +0100 Subject: [PATCH] minor aesthetic change in test suite messages --- tests/test_helper.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 2b6d7ab4..156ce3c1 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}