Skip to content

Commit 8a3fa67

Browse files
Gabriel Monroycarmstrong
authored andcommitted
fix(builder): remove vfs on tests
1 parent 83e585e commit 8a3fa67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder/tests/builder_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ func TestBuilder(t *testing.T) {
4141
host, port := utils.HostAddress(), utils.RandomPort()
4242
fmt.Printf("--- Run deis/builder:%s at %s:%s\n", tag, host, port)
4343
name := "deis-builder-" + tag
44-
defer cli.CmdRm("-f", name)
44+
defer cli.CmdRm("-f", "-v", name)
4545
go func() {
46-
_ = cli.CmdRm("-f", name)
46+
_ = cli.CmdRm("-f", "-v", name)
4747
err = dockercli.RunContainer(cli,
4848
"--name", name,
4949
"--rm",

0 commit comments

Comments
 (0)