Fix e2e build test

The build output changed in 17.11

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2017-11-29 11:02:40 -05:00
parent 8abb266043
commit 16cd84024c
1 changed files with 2 additions and 2 deletions

View File

@ -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"),
})