File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/de/donnerbart/split Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ java -jar split-tests-java.jar --split-index 0 --split-total 10 --glob 'project/
3939Usage: <main class> [options]
4040 Options:
4141 --calculate-optimal-total-split, -o
42- Calculates the optimal test split. Logs a warning if -- split-total does
43- not match.
42+ Calculates the optimal test split (only on the first split index). Logs
43+ a warning if --split-total does not match.
4444 Default: false
4545 --debug, -d
4646 Enables debug logging.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class Arguments {
5252 @ Nullable Path workingDirectory ;
5353
5454 @ Parameter (names = {"--calculate-optimal-total-split" , "-o" },
55- description = "Calculates the optimal test split. Logs a warning if --split-total does not match." )
55+ description = "Calculates the optimal test split (only on the first split index) . Logs a warning if --split-total does not match." )
5656 boolean calculateOptimalTotalSplit = false ;
5757
5858 @ Parameter (names = {"--max-optimal-total-split-calculations" , "-m" },
You can’t perform that action at this time.
0 commit comments