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

This commit is contained in:
antirez 2010-08-26 13:18:56 +02:00
parent bad7d097e9
commit e59a64b8d3

View File

@ -11,7 +11,7 @@ source tests/support/util.tcl
set ::host 127.0.0.1
set ::port 16379
set ::traceleaks 1
set ::traceleaks 0
set ::valgrind 0
set ::denytags {}
set ::allowtags {}