Skip to content

Commit 447ca11

Browse files
JakobJingleheimertargos
authored andcommitted
doc: correct formatting of example definitions for --test-shard
PR-URL: #58571 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 0234a8e commit 447ca11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,8 +2574,9 @@ added:
25742574

25752575
Test suite shard to execute in a format of `<index>/<total>`, where
25762576

2577-
`index` is a positive integer, index of divided parts
2578-
`total` is a positive integer, total of divided part
2577+
* `index` is a positive integer, index of divided parts.
2578+
* `total` is a positive integer, total of divided part.
2579+
25792580
This command will divide all tests files into `total` equal parts,
25802581
and will run only those that happen to be in an `index` part.
25812582

0 commit comments

Comments
 (0)