From: antirez Date: Fri, 14 May 2010 22:43:43 +0000 (+0200) Subject: added pid info to the check memory leaks test, so that those tests don't appear to... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/76a224700d2745b7b292177f6b8eb0c2f122b73b added pid info to the check memory leaks test, so that those tests don't appear to be duplicated --- diff --git a/tests/support/server.tcl b/tests/support/server.tcl index 8adce3e8..40f21925 100644 --- a/tests/support/server.tcl +++ b/tests/support/server.tcl @@ -13,7 +13,7 @@ proc kill_server config { # check for leaks catch { if {[string match {*Darwin*} [exec uname -a]]} { - test {Check for memory leaks} { + test "Check for memory leaks (pid $pid)" { exec leaks $pid } {*0 leaks*} }