Skip to content

Commit b4b7edc

Browse files
authoredNov 8, 2022
Fix typo in --progress deprecation message (#1076)
Signed-off-by: Sascha Grunert <sgrunert@redhat.com> Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 9646297 commit b4b7edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎types/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ var SuiteConfigFlags = GinkgoFlags{
301301
{KeyPath: "D.RegexScansFilePath", DeprecatedName: "regexScansFilePath", DeprecatedDocLink: "removed--regexscansfilepath", DeprecatedVersion: "2.0.0"},
302302
{KeyPath: "D.DebugParallel", DeprecatedName: "debug", DeprecatedDocLink: "removed--debug", DeprecatedVersion: "2.0.0"},
303303
{KeyPath: "D.EmitSpecProgress", DeprecatedName: "progress", SectionKey: "debug",
304-
DeprecatedVersion: "2.5.0", Usage: ". The funcitonality provided by --progress was confusing and is no longer needed. Use --show-node-events instead to see node entry and exit events included in the timeline of failed and verbose specs. Or you can run with -vv to always see all node events. Lastly, --poll-progress-after and the PollProgressAfter decorator now provide a better mechanism for debugging specs that tend to get stuck."},
304+
DeprecatedVersion: "2.5.0", Usage: ". The functionality provided by --progress was confusing and is no longer needed. Use --show-node-events instead to see node entry and exit events included in the timeline of failed and verbose specs. Or you can run with -vv to always see all node events. Lastly, --poll-progress-after and the PollProgressAfter decorator now provide a better mechanism for debugging specs that tend to get stuck."},
305305
}
306306

307307
// ParallelConfigFlags provides flags for the Ginkgo test process (not the CLI)

0 commit comments

Comments
 (0)
Please sign in to comment.