Skip to content

Commit

Permalink
[ci skip] 2024.09.11-31578
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Sep 11, 2024
2 parents cf14887 + a4122f9 commit 20db000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dctest/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func execRetryAt(host string, handler retryHandler, args ...string) []byte {
if err != nil {
msg := fmt.Sprintf("stdout: %s, stderr: %s, err: %v", string(stdout), string(stderr), err)
if !handler(string(stdout), string(stderr), err) {
StopTrying("retry skipped. " + msg).Wrap(err)
StopTrying("retry skipped. " + msg).Wrap(err).Now()
}
fmt.Printf("retrying... %v", args)
g.Expect(err).NotTo(BeNil(), "retry failed. "+msg)
Expand Down

0 comments on commit 20db000

Please sign in to comment.