From: antirez Date: Sun, 9 Jan 2011 21:17:08 +0000 (+0100) Subject: minor aesthetic change in test suite messages X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/69cb5462234ae2c263d8a11e96a74a6a7ce3f62a minor aesthetic change in test suite messages --- 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}