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
15f763ee
Commit
15f763ee
authored
Jun 03, 2010
by
Pieter Noordhuis
Browse files
make sure the config it returned when called without code
parent
55ebd6a2
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
15f763ee
...
...
@@ -236,11 +236,10 @@ proc start_server {options {code undefined}} {
exit 1
}
set ::tags
[
lrange $::tags 0 end-
[
llength $tags
]]
kill_server $srv
}
else
{
set ::tags
[
lrange $::tags 0 end-
[
llength $tags
]]
set _ $srv
}
# remove tags
set ::tags
[
lrange $::tags 0 end-
[
llength $tags
]]
}
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