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
3e0aef1e
Commit
3e0aef1e
authored
May 26, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #1775 from mattsta/fix-test-against-new-PID-format
Fix test framework to detect proper server PID
parents
7a0c5fdf
6c16ecaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
3e0aef1e
...
...
@@ -236,7 +236,7 @@ proc start_server {options {code undefined}} {
# find out the pid
while
{
!
[
info exists pid
]}
{
regexp
{
\[
(
\d
+
)
\]
}
[
exec cat $stdout
]
_ pid
regexp
{
PID:
\s
(
\d
+
)}
[
exec cat $stdout
]
_ pid
after 100
}
...
...
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