Commit 46b614ed authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Merge branch 'master' into integration

parents fdfb02e7 30dd89b6
......@@ -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*}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment