Skip to content

Commit 3d7109d

Browse files
c4rt0dustymabe
andauthored
Update mantle/cmd/kola/testiso.go
Co-authored-by: Dusty Mabe <[email protected]>
1 parent 40290bd commit 3d7109d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mantle/cmd/kola/testiso.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ func awaitCompletion(ctx context.Context, inst *platform.QemuInstance, outdir st
728728
}
729729
}()
730730
err := <-errchan
731+
// The test is done so let's record the amount of time it took to run
731732
elapsed := time.Since(start)
732733
if err == nil {
733734
// No error so far, check the console and journal files

0 commit comments

Comments
 (0)