Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
76a22470
Commit
76a22470
authored
May 15, 2010
by
antirez
Browse files
added pid info to the check memory leaks test, so that those tests don't appear to be duplicated
parent
b78fd80f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
76a22470
...
...
@@ -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*
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment