added pid info to the check memory leaks test, so that those tests don't appear to be duplicated

This commit is contained in:
antirez 2010-05-15 00:43:43 +02:00
parent b78fd80f1e
commit 76a224700d
1 changed files with 1 additions and 1 deletions

View File

@ -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*}
}