Skip to content

Commit d2a1cb0

Browse files
committedJan 27, 2023
Bring back SuiteConfig.EmitSpecProgress to avoid compilation issue for consumers that set it manually
1 parent cafece6 commit d2a1cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎types/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type SuiteConfig struct {
3030
PollProgressAfter time.Duration
3131
PollProgressInterval time.Duration
3232
Timeout time.Duration
33+
EmitSpecProgress bool // this is deprecated but its removal is causing compile issue for some users that were setting it manually
3334
OutputInterceptorMode string
3435
SourceRoots []string
3536
GracePeriod time.Duration

0 commit comments

Comments
 (0)
Please sign in to comment.