Redis 4.0 has changed the start up message

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-07-15 16:53:01 +01:00
parent 79f9a66027
commit 2d98c337b2

View File

@ -62,7 +62,7 @@ expect {
exec kill -9 $pid exec kill -9 $pid
exit 1 exit 1
} }
"The server is now ready to accept connections on port 6379" { "Ready to accept connections" {
puts "SUCCESS ctr run" puts "SUCCESS ctr run"
# Ctrl-C # Ctrl-C
send "\003" send "\003"