mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
added pid info to the check memory leaks test, so that those tests don't appear to be duplicated
This commit is contained in:
parent
b78fd80f1e
commit
76a224700d
@ -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*}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user