Skip to content

Commit 0766630

Browse files
committed
Remove leftovers in installer integration test
Signed-off-by: David Cassany <[email protected]>
1 parent c57043e commit 0766630

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/installer/installer_efi_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package cos_test
22

33
import (
4-
"fmt"
5-
64
. "github.com/onsi/ginkgo/v2"
75
. "github.com/onsi/gomega"
86

@@ -38,7 +36,6 @@ var _ = Describe("Elemental Installer EFI tests", func() {
3836
By("Running the elemental install with a layout file")
3937
Expect(err).To(BeNil())
4038
out, err := s.Command(s.ElementalCmd("install", "--squash-no-compression", "/dev/vda"))
41-
fmt.Printf(out)
4239
Expect(err).To(BeNil())
4340
Expect(out).To(ContainSubstring("Mounting disk partitions"))
4441
Expect(out).To(ContainSubstring("Partitioning device..."))

0 commit comments

Comments
 (0)