Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jul 9, 2024
1 parent 3f44fce commit 7769305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type operator struct {
desc string
labels []string
useMap bool // Use map syntax in `steps:`.
debug bool
debug bool // Enable debug mode
profile bool
interval time.Duration
loop *Loop
Expand All @@ -55,7 +55,7 @@ type operator struct {
thisT *testing.T
parent *step
force bool
trace bool
trace bool // Enable tracing ( e.g. add trace header to HTTP request )
waitTimeout time.Duration
failFast bool
included bool
Expand Down

0 comments on commit 7769305

Please sign in to comment.