Merge pull request #718 from dnephin/fix-e2e-docker-build

Fix e2e build test
This commit is contained in:
Sebastiaan van Stijn 2017-11-29 10:30:31 -08:00 committed by GitHub
commit 1b4f2d3b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"),
})