Skip to content

Commit 035f65f

Browse files
committed
ci: add timestamp for command execution
1 parent ad00cb4 commit 035f65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod/tigron/test/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func (gc *GenericCommand) Run(expect *Expected) {
180180
}
181181

182182
debug = append(debug,
183-
[]any{"➡️", commandDecorator + " " + gc.cmd.Binary + " " + strings.Join(gc.cmd.Args, " ")},
183+
[]any{"➡️", commandDecorator + " " + gc.cmd.Binary + " " + strings.Join(gc.cmd.Args, " ") + " " + time.Now().Format("2006-01-02 15:04:05.000")},
184184
)
185185

186186
// Wait for the command and if Err is not nil, append it to the debug information

0 commit comments

Comments
 (0)