mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
test fixed after ascii art banner modified the output of a running server
This commit is contained in:
parent
fb2feae599
commit
72dff2c084
@ -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
|
||||
}
|
||||
|
||||
|
@ -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 "\nRunning diskstore tests... this is slow, press Ctrl+C if not interested.."
|
||||
set ::diskstore 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user