mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25067 from lixiaobing10051267/masterBreak
Add break after found = true
This commit is contained in:
commit
2c947a4b00
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ func (s *DockerSuite) TestDaemonIPv6Enabled(c *check.C) {
|
||||||
for i := range addrs {
|
for i := range addrs {
|
||||||
if addrs[i].String() == expected {
|
if addrs[i].String() == expected {
|
||||||
found = true
|
found = true
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue