Skip to content

Commit 34d0988

Browse files
kola: drop unused 'console' option from iso.* tests
1 parent 1f02013 commit 34d0988

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mantle/kola/tests/iso/common.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ type CoreosInstallerConfig struct {
3636

3737
type IsoTestOpts struct {
3838
// Flags().BoolVarP(&instInsecure, "inst-insecure", "S", false, "Do not verify signature on metal image")
39-
instInsecure bool
40-
// Flags().BoolVar(&console, "console", false, "Connect qemu console to terminal, turn off automatic initramfs failure checking")
41-
console bool
39+
instInsecure bool
4240
addNmKeyfile bool
4341
enable4k bool
4442
enableMultipath bool

0 commit comments

Comments
 (0)