]> git.saurik.com Git - redis.git/blobdiff - tests/support/server.tcl
added pid info to the check memory leaks test, so that those tests don't appear to...
[redis.git] / 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*}
         }