mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix TestBuildCacheADD to check cache in out, not in id
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
887d9238f5
commit
21dff8cbec
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ func TestBuildCacheADD(t *testing.T) {
|
|||
true); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
out, _, err := buildImageWithOut(name,
|
||||
_, out, err := buildImageWithOut(name,
|
||||
fmt.Sprintf(`FROM scratch
|
||||
ADD %s/index.html /`, server.URL),
|
||||
true)
|
||||
|
|
Loading…
Reference in a new issue