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
46b614ed
Commit
46b614ed
authored
May 19, 2010
by
Pieter Noordhuis
Browse files
Merge branch 'master' into integration
parents
fdfb02e7
30dd89b6
Changes
41
Hide whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
46b614ed
...
@@ -13,7 +13,7 @@ proc kill_server config {
...
@@ -13,7 +13,7 @@ proc kill_server config {
# check for leaks
# check for leaks
catch
{
catch
{
if
{[
string match
{
*Darwin*
}
[
exec uname -a
]]}
{
if
{[
string match
{
*Darwin*
}
[
exec uname -a
]]}
{
test
{
Check for memory leaks
}
{
test
"
Check for memory leaks
(pid
$pid
)"
{
exec leaks $pid
exec leaks $pid
}
{
*0 leaks*
}
}
{
*0 leaks*
}
}
}
...
...
Prev
1
2
3
Next
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