Skip to content

Commit 9c59c80

Browse files
committed
mantle/kola: swallow stderr from mkfs.ext4
We don't need the message about creating the filesystem to show up in our kola logs.
1 parent 4e425ea commit 9c59c80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mantle/kola/tests/ignition/qemufailure.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ func dualBootfsFailure(c cluster.TestCluster) error {
207207
}
208208

209209
cmd := exec.Command("mkfs.ext4", "-L", "boot", fakeBootFile.Name())
210-
cmd.Stderr = os.Stderr
211210
if err := cmd.Run(); err != nil {
212211
c.Fatal(err)
213212
}

0 commit comments

Comments
 (0)