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 <jbettis@google.com>
This commit is contained in:
parent
2c84ee167b
commit
6c7d518300
1 changed files with 2 additions and 2 deletions
|
@ -400,8 +400,8 @@ structure in the main Zephyr tree: boards/<vendor>/<board_name>/""")
|
|||
action="store_true", default=False,
|
||||
help="""Don't aggregate coverage report statistics for all the test suites
|
||||
selected to run with enabled coverage. Requires another reporting mode to be
|
||||
active (`--coverage-split`) to have at least one of these reporting modes.
|
||||
Default: %(default)s""")
|
||||
active (`--coverage-per-instance`) to have at least one of these reporting
|
||||
modes. Default: %(default)s""")
|
||||
|
||||
parser.add_argument(
|
||||
"--test-config",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue