mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
Redis 4.0 has changed the start up message
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
79f9a66027
commit
2d98c337b2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user