From: antirez Date: Thu, 26 Aug 2010 11:18:56 +0000 (+0200) Subject: forgot the traceleaks var in tests set to 1, reverted to the default, 0 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/e59a64b8d37c4d051234934ad74f70c4ac625e95?ds=sidebyside forgot the traceleaks var in tests set to 1, reverted to the default, 0 --- diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index d4a0aa14..4ae9cc65 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -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 {}