diff options
-rw-r--r-- | tests/test_helper.tcl | 2 |
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} |