test.py: s/defalt/default/
this typo was identified by codespell Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#16980
This commit is contained in:
2
test.py
2
test.py
@@ -1278,7 +1278,7 @@ def parse_cmd_line() -> argparse.Namespace:
|
||||
"lcov file per suite, lcov file per mode, and an lcov file for the entire run, "
|
||||
"The lcov files can eventually be used for generating coverage reports")
|
||||
parser.add_argument("--coverage-mode",action = 'append', type = str, dest = "coverage_modes",
|
||||
help = "Collect and process coverage only for the modes specified. implies: --coverage, defalt: All built modes")
|
||||
help = "Collect and process coverage only for the modes specified. implies: --coverage, default: All built modes")
|
||||
parser.add_argument("--coverage-keep-raw",action = 'store_true',
|
||||
help = "Do not delete llvm raw profiles when processing coverage reports.")
|
||||
parser.add_argument("--coverage-keep-indexed",action = 'store_true',
|
||||
|
||||
Reference in New Issue
Block a user