Commit e59a64b8 authored by antirez's avatar antirez
Browse files

forgot the traceleaks var in tests set to 1, reverted to the default, 0

parent bad7d097
...@@ -11,7 +11,7 @@ source tests/support/util.tcl ...@@ -11,7 +11,7 @@ source tests/support/util.tcl
set ::host 127.0.0.1 set ::host 127.0.0.1
set ::port 16379 set ::port 16379
set ::traceleaks 1 set ::traceleaks 0
set ::valgrind 0 set ::valgrind 0
set ::denytags {} set ::denytags {}
set ::allowtags {} set ::allowtags {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment