Skip to content

Commit 132fc80

Browse files
JakobJingleheimeraduh95
authored andcommitted
doc: correct formatting of example definitions for --test-shard
PR-URL: #58571 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 49cb90d commit 132fc80

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
@@ -2534,8 +2534,9 @@ added:
25342534

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

2537-
`index` is a positive integer, index of divided parts
2538-
`total` is a positive integer, total of divided part
2537+
* `index` is a positive integer, index of divided parts.
2538+
* `total` is a positive integer, total of divided part.
2539+
25392540
This command will divide all tests files into `total` equal parts,
25402541
and will run only those that happen to be in an `index` part.
25412542

0 commit comments

Comments
 (0)