1
0
Fork 0

feat: always show script

timestamps
dump_stack() 2023-05-25 12:03:22 +00:00
parent 301e2fde1a
commit 4fa8c2c02b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
pew.go
View File

@ -528,7 +528,7 @@ func copyArtifactAndTest(slog zerolog.Logger, q *qemu.System, ka config.Artifact
slog.Error().Err(err).Msg(res.Test.Output)
return
}
slog.Debug().Msg(res.Test.Output)
slog.Info().Msgf("\n%v\n", res.Test.Output)
res.Run.Ok = true
res.Test.Ok = true
default: