Skip to content

Commit

Permalink
added pid info to the check memory leaks test, so that those tests do…
Browse files Browse the repository at this point in the history
…n't appear to be duplicated
  • Loading branch information
antirez committed May 14, 2010
1 parent b78fd80 commit 76a2247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/server.tcl
Expand Up @@ -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*}
}
Expand Down

0 comments on commit 76a2247

Please sign in to comment.