зеркало из https://github.com/microsoft/docker.git
Merge pull request #8416 from LK4D4/fix_build_cache_test
Fix TestBuildCacheADD to check cache in out, not in id
This commit is contained in:
Коммит
6157af8292
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче