diff options
author | antirez <antirez@gmail.com> | 2011-01-03 17:18:37 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-01-03 17:18:37 +0100 |
commit | 5d46e370b7da346801e01066e3ed077069d73d3d (patch) | |
tree | bc8ee00c4bccc10e33f7031b756503b846b7c870 /tests/test_helper.tcl | |
parent | d158dc28f6617fd517172e04d3f46ce53d88013e (diff) | |
download | redis-5d46e370b7da346801e01066e3ed077069d73d3d.tar.gz |
diskstore more fixes
Diffstat (limited to 'tests/test_helper.tcl')
-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 2b7a89577..8ab2f6e40 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -13,7 +13,7 @@ set ::host 127.0.0.1 set ::port 16379 set ::traceleaks 0 set ::valgrind 0 -set ::verbose 0 +set ::verbose 1 set ::denytags {} set ::allowtags {} set ::external 0; # If "1" this means, we are running against external instance |