mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Fix e2e build test
The build output changed in 17.11 Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
@@ -34,8 +34,8 @@ func TestBuildFromContextDirectoryWithTag(t *testing.T) {
|
||||
3: equals("Step 2/4 : COPY\trun /usr/bin/run"),
|
||||
5: equals("Step 3/4 : RUN\t\trun"),
|
||||
7: equals("running"),
|
||||
9: equals("Step 4/4 : COPY\tdata /data"),
|
||||
11: prefix("Removing intermediate container "),
|
||||
8: prefix("Removing intermediate container "),
|
||||
10: equals("Step 4/4 : COPY\tdata /data"),
|
||||
12: prefix("Successfully built "),
|
||||
13: equals("Successfully tagged myimage:latest"),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user