Skip to content

Commit dd7f454

Browse files
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 641653b commit dd7f454

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/api/cli.md

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

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

2581-
`index` is a positive integer, index of divided parts
2582-
`total` is a positive integer, total of divided part
2581+
* `index` is a positive integer, index of divided parts.
2582+
* `total` is a positive integer, total of divided part.
2583+
25832584
This command will divide all tests files into `total` equal parts,
25842585
and will run only those that happen to be in an `index` part.
25852586

0 commit comments

Comments
 (0)