Skip to content

Commit 6c7d518

Browse files
jeremybettiskartben
authored andcommitted
twister: Fix --disable-coverage-aggregation help text
There is no flag named --coverage-split, switch help to --coverage-per-instance Signed-off-by: Jeremy Bettis <[email protected]>
1 parent 2c84ee1 commit 6c7d518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pylib/twister/twisterlib/environment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
400400
action="store_true", default=False,
401401
help="""Don't aggregate coverage report statistics for all the test suites
402402
selected to run with enabled coverage. Requires another reporting mode to be
403-
active (`--coverage-split`) to have at least one of these reporting modes.
404-
Default: %(default)s""")
403+
active (`--coverage-per-instance`) to have at least one of these reporting
404+
modes. Default: %(default)s""")
405405

406406
parser.add_argument(
407407
"--test-config",

0 commit comments

Comments
 (0)