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
5f7d7ce8
Unverified
Commit
5f7d7ce8
authored
Oct 08, 2024
by
chx9
Committed by
GitHub
Oct 08, 2024
Browse files
fix typo in test_helper.tcl (#13576)
fix typo in test_helper.tcl: even driven => event driven
parent
d092d64d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
5f7d7ce8
...
...
@@ -506,7 +506,7 @@ proc the_end {} {
}
}
# The client is not even driven
(
the test server is instead
)
as we just need
# The client is not even
t
driven
(
the test server is instead
)
as we just need
# to read the command, execute, reply... all this in a loop.
proc test_client_main server_port
{
set ::test_server_fd
[
socket localhost $server_port
]
...
...
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