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
e4298d11
Unverified
Commit
e4298d11
authored
Sep 04, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Sep 04, 2018
Browse files
Merge pull request #5321 from maya-rv/patch-1
Fix typo
parents
d60c17cb
22796522
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
e4298d11
...
@@ -4,7 +4,7 @@ set ::valgrind_errors {}
...
@@ -4,7 +4,7 @@ set ::valgrind_errors {}
proc start_server_error
{
config_file error
}
{
proc start_server_error
{
config_file error
}
{
set err
{}
set err
{}
append err
"Can
t
' start the Redis server
\n
"
append err
"Can'
t
start the Redis server
\n
"
append err
"CONFIGURATION:"
append err
"CONFIGURATION:"
append err
[
exec cat $config_file
]
append err
[
exec cat $config_file
]
append err
"
\n
ERROR:"
append err
"
\n
ERROR:"
...
...
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