mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Closes #12042 - fix logDone format
Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
This commit is contained in:
parent
58390b6087
commit
d6ada45f45
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ func TestRmiWithContainerFails(t *testing.T) {
|
||||||
|
|
||||||
deleteContainer(cleanedContainerID)
|
deleteContainer(cleanedContainerID)
|
||||||
|
|
||||||
logDone("rmi- container using image while rmi, should not remove image name")
|
logDone("rmi - container using image while rmi, should not remove image name")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRmiTag(t *testing.T) {
|
func TestRmiTag(t *testing.T) {
|
||||||
|
@ -74,7 +74,7 @@ func TestRmiTag(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
logDone("rmi - tag,rmi- tagging the same images multiple times then removing tags")
|
logDone("rmi - tag,rmi - tagging the same images multiple times then removing tags")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRmiTagWithExistingContainers(t *testing.T) {
|
func TestRmiTagWithExistingContainers(t *testing.T) {
|
||||||
|
@ -169,5 +169,5 @@ func TestRmiBlank(t *testing.T) {
|
||||||
if strings.Contains(out, "No such image") {
|
if strings.Contains(out, "No such image") {
|
||||||
t.Fatalf("Wrong error message generated: %s", out)
|
t.Fatalf("Wrong error message generated: %s", out)
|
||||||
}
|
}
|
||||||
logDone("rmi- blank image name")
|
logDone("rmi - blank image name")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue