mirror of https://github.com/docker/compose.git
ACI e2e required change, because the output includes the progress info.
This commit is contained in:
parent
25d912c1ed
commit
76a1753396
|
@ -99,7 +99,7 @@ func (s *E2eACISuite) TestACIBackend() {
|
||||||
testStorageAccountName, firstKey, testShareName, mountTarget),
|
testStorageAccountName, firstKey, testShareName, mountTarget),
|
||||||
"-p", "80:80",
|
"-p", "80:80",
|
||||||
"--name", testContainerName).ExecOrDie()
|
"--name", testContainerName).ExecOrDie()
|
||||||
Expect(output).To(Equal(testContainerName + "\n"))
|
Expect(output).To(ContainSubstring(testContainerName))
|
||||||
output = s.NewDockerCommand("ps").ExecOrDie()
|
output = s.NewDockerCommand("ps").ExecOrDie()
|
||||||
lines := Lines(output)
|
lines := Lines(output)
|
||||||
Expect(len(lines)).To(Equal(2))
|
Expect(len(lines)).To(Equal(2))
|
||||||
|
|
Loading…
Reference in New Issue