mirror of
https://github.com/fluencelabs/redis
synced 2025-08-01 00:41:56 +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:
@@ -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*}
|
||||
}
|
||||
|
Reference in New Issue
Block a user