Skip to content

Commit

Permalink
Bring back SuiteConfig.EmitSpecProgress to avoid compilation issue fo…
Browse files Browse the repository at this point in the history
…r consumers that set it manually
  • Loading branch information
onsi committed Jan 27, 2023
1 parent cafece6 commit d2a1cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type SuiteConfig struct {
PollProgressAfter time.Duration
PollProgressInterval time.Duration
Timeout time.Duration
EmitSpecProgress bool // this is deprecated but its removal is causing compile issue for some users that were setting it manually
OutputInterceptorMode string
SourceRoots []string
GracePeriod time.Duration
Expand Down

0 comments on commit d2a1cb0

Please sign in to comment.