diff --git a/mod/tigron/test/command.go b/mod/tigron/test/command.go index e146b5c9e80..7fabf66f78d 100644 --- a/mod/tigron/test/command.go +++ b/mod/tigron/test/command.go @@ -180,7 +180,7 @@ func (gc *GenericCommand) Run(expect *Expected) { } debug = append(debug, - []any{"➡️", commandDecorator + " " + gc.cmd.Binary + " " + strings.Join(gc.cmd.Args, " ")}, + []any{"➡️", commandDecorator + " " + gc.cmd.Binary + " " + strings.Join(gc.cmd.Args, " ") + " " + time.Now().Format("2006-01-02 15:04:05.000")}, ) // Wait for the command and if Err is not nil, append it to the debug information