twister: better help for --no-update option
Add some more details to the --no-update option. Fixes #70173 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
323f1f81b9
commit
f73af06f2b
1 changed files with 4 additions and 1 deletions
|
@ -637,7 +637,10 @@ structure in the main Zephyr tree: boards/<arch>/<board_name>/""")
|
|||
"-u",
|
||||
"--no-update",
|
||||
action="store_true",
|
||||
help="Do not update the results of the last run of twister.")
|
||||
help="Do not update the results of the last run. This option "
|
||||
"is only useful when reusing the same output directory of "
|
||||
"twister, for example when re-running failed tests with --only-failed "
|
||||
"or --no-clean. This option is for debugging purposes only.")
|
||||
|
||||
parser.add_argument(
|
||||
"-v",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue