]> git.saurik.com Git - redis.git/commitdiff
added pid info to the check memory leaks test, so that those tests don't appear to...
authorantirez <antirez@gmail.com>
Fri, 14 May 2010 22:43:43 +0000 (00:43 +0200)
committerantirez <antirez@gmail.com>
Fri, 14 May 2010 22:43:43 +0000 (00:43 +0200)
tests/support/server.tcl

index 8adce3e8754ca5acaebd88556b3b1e2f829199df..40f21925a3b645c4d1b2ebd8c106be009a06a45b 100644 (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*}
         }