Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
72dff2c0
Commit
72dff2c0
authored
Apr 15, 2011
by
antirez
Browse files
test fixed after ascii art banner modified the output of a running server
parent
fb2feae5
Changes
2
Show whitespace changes
Inline
Side-by-side
tests/support/server.tcl
View file @
72dff2c0
...
...
@@ -214,7 +214,7 @@ proc start_server {options {code undefined}} {
# find out the pid
while
{
!
[
info exists pid
]}
{
regexp
{
^
\[
(
\d
+
)
\]
}
[
exec
head -n1
$stdout
]
_ pid
regexp
{
\[
(
\d
+
)
\]
}
[
exec
cat
$stdout
]
_ pid
after 100
}
...
...
tests/test_helper.tcl
View file @
72dff2c0
...
...
@@ -127,6 +127,7 @@ proc execute_everything {} {
# execute_tests
"integration/redis-cli"
execute_tests
"unit/pubsub"
return
;
# No diskstore tests for now...
# run tests with diskstore enabled
puts
"
\n
Running diskstore tests... this is slow, press Ctrl+C if not interested.."
set ::diskstore 1
...
...
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