mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix failing integration tests
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
dd914f91d7
commit
f29aacbc48
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ func TestPullImageWithAliases(t *testing.T) {
|
||||||
if out, _, err := runCommandWithOutput(pullCmd); err != nil {
|
if out, _, err := runCommandWithOutput(pullCmd); err != nil {
|
||||||
t.Fatalf("Failed to pull %v: error %v, output %q", repoName, err, out)
|
t.Fatalf("Failed to pull %v: error %v, output %q", repoName, err, out)
|
||||||
}
|
}
|
||||||
|
defer deleteImages(repos[0])
|
||||||
if err := exec.Command(dockerBinary, "inspect", repos[0]).Run(); err != nil {
|
if err := exec.Command(dockerBinary, "inspect", repos[0]).Run(); err != nil {
|
||||||
t.Fatalf("Image %v was not pulled down", repos[0])
|
t.Fatalf("Image %v was not pulled down", repos[0])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue